We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaf85df commit 3230c70Copy full SHA for 3230c70
project/plugins.sbt
@@ -16,7 +16,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
16
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
17
addSbtPlugin("io.gatling" % "gatling-sbt" % "4.16.1")
18
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
19
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
20
addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.4")
21
addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.1.1")
22
// needed to override the Android flavor of Guava coming from pekko-grpc-sbt-plugin, which causes failures in Scala.JS builds
0 commit comments