Skip to content

Commit

Permalink
Update base version to 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Apr 17, 2024
1 parent 7539b1b commit f951d48
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 @@ -54,7 +54,7 @@ ThisBuild / githubWorkflowAddedJobs ++= Seq(
)
)

ThisBuild / tlBaseVersion := "1.17"
ThisBuild / tlBaseVersion := "1.18"
ThisBuild / tlMimaPreviousVersions ++= Set(
// manually added because tags are not v-prefixed
"1.14.0",
Expand Down Expand Up @@ -109,7 +109,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
libraryDependencies ++= Seq(
"org.scala-native" %%% "test-interface" % nativeVersion
),
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.17.2").toMap
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.18.0").toMap
)

lazy val bench = project.in(file("bench"))
Expand Down

0 comments on commit f951d48

Please sign in to comment.