Skip to content

Commit

Permalink
Merge pull request #2316 from scalacenter/update/tools-0.5.0
Browse files Browse the repository at this point in the history
build(deps): Update tools from 0.5.0-RC3 to 0.5.0
  • Loading branch information
tgodzik authored Apr 12, 2024
2 parents 5842333 + 98faa29 commit be9bf68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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-RC3")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.0")

val pluginVersion = sys.props.getOrElse(
"bloopVersion",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
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-RC3"
val scalaNative05Version = "0.5.0"
val scalaJs06Version = "0.6.33"
val scalaJs1Version = "1.16.0"
val scalaJsEnvsVersion = "1.1.1"
Expand Down

0 comments on commit be9bf68

Please sign in to comment.