We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6812f1e commit 3dfd33eCopy full SHA for 3dfd33e
build.sbt
@@ -3,7 +3,7 @@ import scala.scalanative.nir.Proxy.nativeBinaryVersion
3
4
val ScalaNativeVersion = envOrNone("CI_NATIVE_VERSION")
5
.filterNot(_.isEmpty)
6
- .getOrElse("0.5.9-20251012-9628085-SNAPSHOT")
+ .getOrElse("0.5.9")
7
8
val crossScalaVersions212 = (14 to 20).map("2.12." + _)
9
val crossScalaVersions213 = (8 to 17).map("2.13." + _)
0 commit comments