Skip to content

Commit

Permalink
Support Scala-Native 0.5.0 (#327)
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi authored Apr 14, 2024
1 parent 5fd4373 commit 655da4b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.5
0.11.7-29-f2e220
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object utest extends Module {
ivy"org.scala-native::test-interface::${scalaNativeVersion()}"
)

def scalaNativeVersion = "0.4.16"
def scalaNativeVersion = "0.5.0"
object test extends ScalaNativeTests with UtestTestModule
}
}
2 changes: 1 addition & 1 deletion mill
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This is a wrapper script, that automatically download mill from GitHub release pages
# You can give the required mill version with MILL_VERSION env variable
# If no version is given, it falls back to the value of DEFAULT_MILL_VERSION
DEFAULT_MILL_VERSION=0.11.5
DEFAULT_MILL_VERSION=0.11.7-29-f2e220

set -e

Expand Down
5 changes: 5 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,11 @@ libraries are currently at.
Changelog
=========

master
-----

* Support for Scala-Native 0.5.0

0.8.2
-----

Expand Down

0 comments on commit 655da4b

Please sign in to comment.