Skip to content

Commit 8e41caf

Browse files
Update sbt-assembly to 2.3.1 (#118)
1 parent 2f3b890 commit 8e41caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pluginCrossBuild / sbtVersion := {
2323

2424
// dependencies
2525
libraryDependencies += Defaults.sbtPluginExtra(
26-
"com.eed3si9n" % "sbt-assembly" % "2.3.0",
26+
"com.eed3si9n" % "sbt-assembly" % "2.3.1",
2727
(pluginCrossBuild / sbtBinaryVersion).value,
2828
(pluginCrossBuild / scalaBinaryVersion).value
2929
)

0 commit comments

Comments
 (0)