Update sbt-assembly to 1.1.1

This commit is contained in:
Scala Steward 2022-02-13 08:27:44 +01:00
parent 02ac9456e1
commit 181bcdae0c
No known key found for this signature in database
GPG Key ID: 96BDF10FFAB8B6A6

View File

@ -1,4 +1,4 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.34")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.7.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.1")