Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): Update tools from 0.5.0-RC1 to 0.5.0-RC2 #2297

Merged
merged 2 commits into from Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -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