Merge pull request #197 from scala-steward/update/sbt-assembly-2.1.1

Update sbt-assembly to 2.1.1
This commit is contained in:
hrj 2023-02-15 06:41:07 +05:30 committed by GitHub
commit cb9b0d361b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,4 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")