Skip to content

Commit

Permalink
Merge pull request #2711 from scala-steward/update/sbt-docker-1.11.0
Browse files Browse the repository at this point in the history
Update sbt-docker to 1.11.0
  • Loading branch information
Shon Feder authored Sep 6, 2023
2 parents ad9b23c + 9d012dc commit 9b5c1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.1")
// https://github.com/sbt/sbt-assembly
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
// https://github.com/marcuslonnberg/sbt-docker
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.10.0")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.11.0")
// https://github.com/scoverage/sbt-scoverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
// https://github.com/sbt/sbt-buildinfo
Expand Down

0 comments on commit 9b5c1fe

Please sign in to comment.