Skip to content

Commit

Permalink
Merge pull request #2297 from scalacenter/update/tools-0.5.0-RC2
Browse files Browse the repository at this point in the history
build(deps): Update tools from 0.5.0-RC1 to 0.5.0-RC2
  • Loading branch information
tgodzik committed Mar 15, 2024
2 parents c257033 + c1338dc commit ece14c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.0.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0-RC1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0-RC2")

val pluginVersion = sys.props.getOrElse(
"bloopVersion",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -33,7 +33,7 @@ object Dependencies {
val jsoniterVersion = "2.13.3.2"
val shapelessVersion = "2.3.4"
val scalaNative04Version = "0.4.17"
val scalaNative05Version = "0.5.0-RC1"
val scalaNative05Version = "0.5.0-RC2"
val scalaJs06Version = "0.6.33"
val scalaJs1Version = "1.15.0"
val scalaJsEnvsVersion = "1.1.1"
Expand Down

0 comments on commit ece14c2

Please sign in to comment.