File tree 4 files changed +8
-3
lines changed
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
- 0.11.5
1
+ 0.11.7-29-f2e220
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ object utest extends Module {
68
68
ivy " org.scala-native::test-interface:: ${scalaNativeVersion()}"
69
69
)
70
70
71
- def scalaNativeVersion = " 0.4.16 "
71
+ def scalaNativeVersion = " 0.5.0 "
72
72
object test extends ScalaNativeTests with UtestTestModule
73
73
}
74
74
}
Original file line number Diff line number Diff line change 3
3
# This is a wrapper script, that automatically download mill from GitHub release pages
4
4
# You can give the required mill version with MILL_VERSION env variable
5
5
# 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
7
7
8
8
set -e
9
9
Original file line number Diff line number Diff line change @@ -1371,6 +1371,11 @@ libraries are currently at.
1371
1371
Changelog
1372
1372
=========
1373
1373
1374
+ master
1375
+ -----
1376
+
1377
+ * Support for Scala-Native 0.5.0
1378
+
1374
1379
0.8.2
1375
1380
-----
1376
1381
You can’t perform that action at this time.
0 commit comments