From ba3edbfdc61144d9ab5e399c377db244595f4136 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Wed, 21 Aug 2024 14:54:55 +0200 Subject: [PATCH] Update sbt-scala-native to 0.5.5 (#3991) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index f092a8e738..9d16a14a1b 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,7 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("io.gatling" % "gatling-sbt" % "4.9.2") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.4") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5") addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.1.4") addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.2") // needed to override the Android flavor of Guava coming from pekko-grpc-sbt-plugin, which causes failures in Scala.JS builds