Skip to content

Commit

Permalink
Merge pull request #3964 from MikeRoachJ/master
Browse files Browse the repository at this point in the history
Update build.sbt to jdk 16
  • Loading branch information
omnipresent07 authored Dec 30, 2020
2 parents c60fd23 + b1d3d3d commit e9d46d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ lazy val slickDeps = Seq(slick, slickHikariCP, postgres, h2)

lazy val dockerSettings = Seq(
Docker / maintainer := "Hmda-Ops",
dockerBaseImage := "openjdk:15-jdk-alpine3.11",
dockerBaseImage := "openjdk:16-jdk-alpine3.12",
dockerRepository := Some("hmda")
)

Expand Down Expand Up @@ -514,4 +514,4 @@ lazy val `email-service` = (project in file("email-service"))
packageSettings
)
.dependsOn(common % "compile->compile;test->test")
.dependsOn(`hmda-protocol`)
.dependsOn(`hmda-protocol`)

0 comments on commit e9d46d6

Please sign in to comment.