Skip to content

Commit f951d48

Browse files
committed
Update base version to 1.18
1 parent 7539b1b commit f951d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ThisBuild / githubWorkflowAddedJobs ++= Seq(
5454
)
5555
)
5656

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

115115
lazy val bench = project.in(file("bench"))

0 commit comments

Comments
 (0)