Skip to content

Commit

Permalink
Update nir, test-runner, tools, util to 0.4.8 (#2117)
Browse files Browse the repository at this point in the history
Pull request: #2117
  • Loading branch information
scala-steward authored Nov 11, 2022
1 parent 74280cd commit 25672ba
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 @@ -104,10 +104,10 @@ object Deps {
}

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

trait Play {
Expand Down

0 comments on commit 25672ba

Please sign in to comment.