Skip to content

Commit 1b648a8

Browse files
Update sbt-assembly to 2.3.1
1 parent 7cf8cbd commit 1b648a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version := "1.6.1-SNAPSHOT"
44
sbtPlugin := true
55
libraryDependencies ++= Seq(
66
Defaults.sbtPluginExtra(
7-
"com.eed3si9n" % "sbt-assembly" % "2.3.0",
7+
"com.eed3si9n" % "sbt-assembly" % "2.3.1",
88
(pluginCrossBuild / sbtBinaryVersion).value,
99
(pluginCrossBuild / scalaBinaryVersion).value
1010
),

0 commit comments

Comments
 (0)