Initial commit
This commit is contained in:
1
project/build.properties
Normal file
1
project/build.properties
Normal file
@@ -0,0 +1 @@
|
||||
sbt.version=1.2.1
|
||||
3
project/plugins.sbt
Normal file
3
project/plugins.sbt
Normal file
@@ -0,0 +1,3 @@
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.7")
|
||||
addSbtPlugin("io.kamon" % "sbt-aspectj-runner" % "1.1.1")
|
||||
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4")
|
||||
3
project/protoc.sbt
Normal file
3
project/protoc.sbt
Normal file
@@ -0,0 +1,3 @@
|
||||
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.18")
|
||||
|
||||
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.7.4"
|
||||
Reference in New Issue
Block a user