Skip to content

Commit 655da4b

Browse files
authored
Support Scala-Native 0.5.0 (#327)
1 parent 5fd4373 commit 655da4b

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

.mill-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.11.5
1+
0.11.7-29-f2e220

build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ object utest extends Module {
6868
ivy"org.scala-native::test-interface::${scalaNativeVersion()}"
6969
)
7070

71-
def scalaNativeVersion = "0.4.16"
71+
def scalaNativeVersion = "0.5.0"
7272
object test extends ScalaNativeTests with UtestTestModule
7373
}
7474
}

mill

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# This is a wrapper script, that automatically download mill from GitHub release pages
44
# You can give the required mill version with MILL_VERSION env variable
55
# If no version is given, it falls back to the value of DEFAULT_MILL_VERSION
6-
DEFAULT_MILL_VERSION=0.11.5
6+
DEFAULT_MILL_VERSION=0.11.7-29-f2e220
77

88
set -e
99

readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -1371,6 +1371,11 @@ libraries are currently at.
13711371
Changelog
13721372
=========
13731373

1374+
master
1375+
-----
1376+
1377+
* Support for Scala-Native 0.5.0
1378+
13741379
0.8.2
13751380
-----
13761381

0 commit comments

Comments
 (0)