Skip to content

Commit 604a7ab

Browse files
committed
Upgrade sbt-docker from 1.9.0 to 1.11.0
Fixes Docker CLI test CI failure caused by newer Docker Engine / BuildKit no longer printing 'Successfully built <id>', which sbt-docker's regex couldn't parse (DockerBuildException: Could not parse Docker image id).
1 parent 40f7f5c commit 604a7ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.xerial.sbt" % "sbt-pack" % "0.14")
2-
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.9.0")
2+
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.11.0")
33
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
44
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")

0 commit comments

Comments
 (0)