Skip to content

Commit

Permalink
Update sbt-assembly to 2.1.3 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 17, 2023
1 parent 63947a2 commit ec5952d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scala_akka_bench/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "2.3.2")

addSbtPlugin("com.github.sbt" % "sbt-javaagent" % "0.1.7")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")
2 changes: 1 addition & 1 deletion scala_fs2_bench/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("org.typelevel" % "sbt-fs2-grpc" % "2.7.9")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")
2 changes: 1 addition & 1 deletion scala_pekko_bench/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("org.apache.pekko" % "pekko-grpc-sbt-plugin" % "1.0.0")

addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.6")

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")
2 changes: 1 addition & 1 deletion scala_zio_bench/project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ libraryDependencies ++= Seq(
"com.thesamet.scalapb" %% "compilerplugin" % "0.11.13"
)

addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.3")

0 comments on commit ec5952d

Please sign in to comment.