aboutsummaryrefslogtreecommitdiff
path: root/documentation/example/build.sbt
blob: d2bd592e703770829a4e1358d6ff158bce1ccdad (plain) (blame)
1
2
3
4
5
6
lazy val `example-app` = project
  .in(file("."))
  .enablePlugins(ServicePlugin)
  .settings(
    libraryDependencies += "xyz.driver" %% "core-init" % "2.0.0-M5"
  )