Skip to content

Commit

Permalink
Update scala-library to 2.13.12 (#352)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 22, 2023
1 parent 3dea845 commit 21f1bb0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/scalapb-crossproject/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ lazy val example = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.in(file("."))
.enablePlugins(BuildInfoPlugin)
.settings(sharedSettings)
.jsSettings(crossScalaVersions := Seq("2.12.18", "2.13.12"))
.jvmSettings(crossScalaVersions := Seq("2.12.18", "2.13.12"))
.nativeSettings(crossScalaVersions := Seq("2.12.18", "2.13.12"))
.jsSettings(crossScalaVersions := Seq("2.13.12", "2.13.12"))
.jvmSettings(crossScalaVersions := Seq("2.13.12", "2.13.12"))
.nativeSettings(crossScalaVersions := Seq("2.13.12", "2.13.12"))

lazy val exampleJS = example.js
lazy val exampleJVM = example.jvm
Expand Down

0 comments on commit 21f1bb0

Please sign in to comment.