Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi committed Apr 14, 2024
1 parent 56c38a2 commit aeefc46
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .mill-version
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
0.11.7

0.11.7-29-f2e220
8 changes: 4 additions & 4 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ val scalaVersions = Seq(
object Deps {
val acyclic = ivy"com.lihaoyi:::acyclic:0.3.11"
val jna = ivy"net.java.dev.jna:jna:5.14.0"
val geny = ivy"com.lihaoyi::geny::1.0.0"
val sourcecode = ivy"com.lihaoyi::sourcecode::0.3.1"
val utest = ivy"com.lihaoyi::utest::0.8.2"
val geny = ivy"com.lihaoyi::geny::1.1.0"
val sourcecode = ivy"com.lihaoyi::sourcecode::0.4.0"
val utest = ivy"com.lihaoyi::utest::0.8.3"
def scalaLibrary(version: String) = ivy"org.scala-lang:scala-library:${version}"
}

Expand Down Expand Up @@ -131,7 +131,7 @@ object os extends Module {

object native extends Cross[OsNativeModule](scalaVersions)
trait OsNativeModule extends OsModule with ScalaNativeModule {
def scalaNativeVersion = "0.4.5"
def scalaNativeVersion = "0.5.0"
object test extends ScalaNativeTests with OsLibTestModule {
def nativeLinkStubs = true
}
Expand Down

0 comments on commit aeefc46

Please sign in to comment.