Skip to content

Commit

Permalink
Update scala-native to 0.5.5 (#3776)
Browse files Browse the repository at this point in the history
Pull request: #3776
  • Loading branch information
lefou authored Oct 20, 2024
1 parent ee16ee3 commit ab34ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.mill
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ object Deps {
}

object Scalanative_0_5 {
val scalanativeVersion = "0.5.4"
val scalanativeVersion = "0.5.5"
val scalanativeTools = ivy"org.scala-native::tools:${scalanativeVersion}"
val scalanativeUtil = ivy"org.scala-native::util:${scalanativeVersion}"
val scalanativeNir = ivy"org.scala-native::nir:${scalanativeVersion}"
Expand Down

0 comments on commit ab34ab8

Please sign in to comment.