Skip to content

Commit

Permalink
Update Scala Native to 0.5.0 (com-lihaoyi#3120)
Browse files Browse the repository at this point in the history
Pull Request: com-lihaoyi#3120
  • Loading branch information
lolgab authored and Quafadas committed Apr 15, 2024
1 parent 927e410 commit 5023c65
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 @@ -89,7 +89,7 @@ object Deps {
}

object Scalanative_0_5 {
val scalanativeVersion = "0.5.0-RC3"
val scalanativeVersion = "0.5.0"
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 5023c65

Please sign in to comment.