Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent 7daf7fa commit a7e6c45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ lazy val benchmarks = project

val commonSettings = Seq(
organization := "io.lullabyte",
scalaVersion := "2.13.3",
crossScalaVersions := Seq("2.13.3"),
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.13.12"),
)

lazy val rpm4s = crossProject(JSPlatform, JVMPlatform)
Expand Down

0 comments on commit a7e6c45

Please sign in to comment.