Skip to content

Commit fc5db9e

Browse files
authored
Merge pull request #71 from delphi-hub/feature/fix_for_#59
Fix for issue #59
2 parents 31dc96c + 5e6d3cc commit fc5db9e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,10 @@ lazy val registry = (project in file(".")).
2424
enablePlugins(JavaAppPackaging).
2525
enablePlugins(DockerPlugin).
2626
enablePlugins(ScalastylePlugin).
27-
settings (
27+
settings(
2828
dockerBaseImage := "openjdk:jre-alpine"
29-
)
29+
).
30+
enablePlugins(AshScriptPlugin)
3031

3132
libraryDependencies ++= List(
3233
"com.typesafe.slick" %% "slick" % "3.2.3",

0 commit comments

Comments
 (0)