Skip to content

Commit 1ab5775

Browse files
Update sbt-assembly to 2.3.0 (#1056)
1 parent 6f5b987 commit 1ab5775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % s
66
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % sbtSoftwaremillVersion)
77
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
88
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
9-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")
9+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
1010
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")
1111

1212
libraryDependencies += "com.amazonaws" % "aws-java-sdk-s3" % "1.11.601"

0 commit comments

Comments
 (0)