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/project/plugins.sbt | 1 + 1 file changed, 1 insertion(+) create mode 100644 documentation/example/project/plugins.sbt (limited to 'documentation/example/project/plugins.sbt') diff --git a/documentation/example/project/plugins.sbt b/documentation/example/project/plugins.sbt new file mode 100644 index 0000000..53be881 --- /dev/null +++ b/documentation/example/project/plugins.sbt @@ -0,0 +1 @@ +addSbtPlugin("xyz.driver" % "sbt-settings" % "2.0.12") -- cgit v1.2.3