Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 5, 2024
1 parent 7daf7fa commit c079fd3
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.14",
crossScalaVersions := Seq("2.13.14"),
)

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

0 comments on commit c079fd3

Please sign in to comment.