Skip to content

Commit

Permalink
Bump first version for native 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilquist committed Apr 17, 2024
1 parent 5a0225a commit 7539b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
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.1").toMap
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.17.2").toMap
)

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

0 comments on commit 7539b1b

Please sign in to comment.