Skip to content

Commit 7539b1b

Browse files
committed
Bump first version for native 0.5
1 parent 5a0225a commit 7539b1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.1").toMap
112+
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.17.2").toMap
113113
)
114114

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

0 commit comments

Comments
 (0)