Skip to content

Commit

Permalink
Update nir, test-runner, tools, util to 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 25, 2022
1 parent 1aaa0f2 commit 0417520
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ object Deps {
}

object Scalanative_0_4 {
val scalanativeTools = ivy"org.scala-native::tools:0.4.2"
val scalanativeUtil = ivy"org.scala-native::util:0.4.2"
val scalanativeNir = ivy"org.scala-native::nir:0.4.2"
val scalanativeTestRunner = ivy"org.scala-native::test-runner:0.4.2"
val scalanativeTools = ivy"org.scala-native::tools:0.4.4"
val scalanativeUtil = ivy"org.scala-native::util:0.4.4"
val scalanativeNir = ivy"org.scala-native::nir:0.4.4"
val scalanativeTestRunner = ivy"org.scala-native::test-runner:0.4.4"
}

val acyclic = ivy"com.lihaoyi::acyclic:0.2.1"
Expand Down

0 comments on commit 0417520

Please sign in to comment.