Skip to content

Commit 9db6473

Browse files
committed
Update sbt-assembly to 2.3.1
1 parent e2e396b commit 9db6473

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
@@ -14,7 +14,7 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
1414
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.14")
1515
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")
1616
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0")
17-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.0")
17+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1")
1818

1919
libraryDependencies ++= Seq(
2020
"org.openjdk.jmh" % "jmh-core" % "1.37",

0 commit comments

Comments
 (0)