Skip to content

Commit

Permalink
Bump sbt to 1.5.6 (close #46)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 15, 2021
1 parent d823035 commit 5dbd979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ import com.typesafe.sbt.packager.docker._
dockerRepository := Some("snowplow-docker-registry.bintray.io")
dockerUsername := Some("snowplow")
dockerBaseImage := "snowplow-docker-registry.bintray.io/snowplow/k8s-dataflow:0.1.0"
maintainer in Docker := "Snowplow Analytics Ltd. <[email protected]>"
daemonUser in Docker := "snowplow"
Docker / maintainer := "Snowplow Analytics Ltd. <[email protected]>"
Docker / daemonUser := "snowplow"
dockerCommands := dockerCommands.value.map{
case ExecCmd("ENTRYPOINT", args) => ExecCmd("ENTRYPOINT", "docker-entrypoint.sh", args)
case e => e
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.2.1
sbt.version=1.5.6

0 comments on commit 5dbd979

Please sign in to comment.