Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 28, 2024
1 parent b889ea8 commit 598d0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/scalapb-crossproject/build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
import scalapb.compiler.Version.scalapbVersion

val Scala212 = "2.12.18"
val Scala212 = "2.12.19"
val Scala213 = "2.13.12"

val sharedSettings = Seq(
Expand All @@ -25,7 +25,7 @@ lazy val example = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(sharedSettings)
.jsSettings(crossScalaVersions := Seq(Scala212, Scala213))
.jvmSettings(crossScalaVersions := Seq(Scala212, Scala213))
.nativeSettings(crossScalaVersions := Seq("2.12.18", "2.13.12"))
.nativeSettings(crossScalaVersions := Seq("2.12.19", "2.13.12"))

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

0 comments on commit 598d0fd

Please sign in to comment.