Skip to content

Commit

Permalink
Update scala-native from 0.4.16 to 0.4.17 (#3036)
Browse files Browse the repository at this point in the history
Pull request: #3036
  • Loading branch information
scala-steward authored Feb 21, 2024
1 parent 73636d4 commit d5fb077
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 @@ -79,7 +79,7 @@ object Deps {
}

object Scalanative_0_4 {
val scalanativeVersion = "0.4.16"
val scalanativeVersion = "0.4.17"
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 d5fb077

Please sign in to comment.