Skip to content

Commit

Permalink
Update sbt-assembly to 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Oct 27, 2023
1 parent 9f13d52 commit d9786e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := "1.6.0"
sbtPlugin := true
libraryDependencies ++= Seq(
Defaults.sbtPluginExtra(
"com.eed3si9n" % "sbt-assembly" % "2.1.3",
"com.eed3si9n" % "sbt-assembly" % "2.1.4",
(pluginCrossBuild / sbtBinaryVersion).value,
(pluginCrossBuild / scalaBinaryVersion).value
),
Expand Down

0 comments on commit d9786e0

Please sign in to comment.