Skip to content

Commit

Permalink
Update sbt-assembly to 0.15.0 (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Pollmeier <[email protected]>
  • Loading branch information
scala-steward and mpollmeier authored Jan 19, 2022
1 parent fe844ef commit 635d8c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.0")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")
addSbtPlugin("io.shiftleft" % "sbt-ci-release-early" % "2.0.18")
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.15.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")

0 comments on commit 635d8c7

Please sign in to comment.