Skip to content

Commit 3230c70

Browse files
Update sbt-scala-native to 0.5.9 (#4867)
1 parent aaf85df commit 3230c70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
1616
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
1717
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.16.1")
1818
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
19-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
19+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
2020
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.4")
2121
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1")
2222
// needed to override the Android flavor of Guava coming from pekko-grpc-sbt-plugin, which causes failures in Scala.JS builds

0 commit comments

Comments
 (0)