aboutsummaryrefslogtreecommitdiff
path: root/documentation/example/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/example/build.sbt')
-rw-r--r--documentation/example/build.sbt6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/example/build.sbt b/documentation/example/build.sbt
new file mode 100644
index 0000000..d2bd592
--- /dev/null
+++ b/documentation/example/build.sbt
@@ -0,0 +1,6 @@
+lazy val `example-app` = project
+ .in(file("."))
+ .enablePlugins(ServicePlugin)
+ .settings(
+ libraryDependencies += "xyz.driver" %% "core-init" % "2.0.0-M5"
+ )