Skip to content

Commit

Permalink
Update Scala Native from 0.5.3 to 0.5.4 (#3233)
Browse files Browse the repository at this point in the history
Pull request: #3233
  • Loading branch information
lefou authored Jun 25, 2024
1 parent 839e61b commit de0e3bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ object Deps {
}

object Scalanative_0_5 {
val scalanativeVersion = "0.5.3"
val scalanativeVersion = "0.5.4"
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 de0e3bd

Please sign in to comment.