We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5678a69 commit 99fdfb6Copy full SHA for 99fdfb6
build.sbt
@@ -23,10 +23,7 @@ libraryDependencies += "com.typesafe.akka" %% "akka-http-testkit" % "10.1.5"
23
lazy val registry = (project in file(".")).
24
enablePlugins(JavaAppPackaging).
25
enablePlugins(DockerPlugin).
26
- enablePlugins(ScalastylePlugin).
27
- settings (
28
- dockerBaseImage := "openjdk:jre-alpine"
29
- )
+ enablePlugins(ScalastylePlugin)
30
31
libraryDependencies ++= List(
32
"com.typesafe.slick" %% "slick" % "3.2.3",
0 commit comments