Skip to content

Commit 3dfd33e

Browse files
committed
Use Scala Native 0.5.9
1 parent 6812f1e commit 3dfd33e

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
@@ -3,7 +3,7 @@ import scala.scalanative.nir.Proxy.nativeBinaryVersion
33

44
val ScalaNativeVersion = envOrNone("CI_NATIVE_VERSION")
55
.filterNot(_.isEmpty)
6-
.getOrElse("0.5.9-20251012-9628085-SNAPSHOT")
6+
.getOrElse("0.5.9")
77

88
val crossScalaVersions212 = (14 to 20).map("2.12." + _)
99
val crossScalaVersions213 = (8 to 17).map("2.13." + _)

0 commit comments

Comments
 (0)