Skip to content

Commit

Permalink
Update sbt-assembly to 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Nov 20, 2023
1 parent 0d19a2a commit d4a3bba
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.4",
"com.eed3si9n" % "sbt-assembly" % "2.1.5",
(pluginCrossBuild / sbtBinaryVersion).value,
(pluginCrossBuild / scalaBinaryVersion).value
),
Expand Down

0 comments on commit d4a3bba

Please sign in to comment.