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 5f0819b commit 9d541e5Copy full SHA for 9d541e5
build.sbt
@@ -55,7 +55,7 @@ val cliAssemblyJarName = settingKey[String]("Name of created assembly jar")
55
inThisBuild(
56
Def.settings(
57
organization := "org.scala-native",
58
- scalaNativeVersion := "0.4.13",
+ scalaNativeVersion := "0.4.14",
59
version := scalaNativeVersion.value,
60
scalaVersion := crossScalaVersions212.last,
61
crossScalaVersions := publishScalaVersions,
scripts/dist.sh
@@ -1,7 +1,7 @@
1
#/bin/bash
2
3
set -x
4
-Version=0.4.13
+Version=0.4.14
5
Scala3Version=3.1.3
6
ReleaseDir="${PWD}/release"
7
TargetDir="${PWD}/cli/target"
0 commit comments