From a43556851bf986b81351fc9f1ae5ba51bf21dc47 Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Thu, 11 Oct 2018 14:19:28 -0700 Subject: Add an example to the README and a standalone application template --- documentation/example/build.sbt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 documentation/example/build.sbt (limited to 'documentation/example/build.sbt') 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" + ) -- cgit v1.2.3