Initial commit

This commit is contained in:
Pavel Kachalouski
2019-04-23 13:38:15 +02:00
commit 37533b7c90
40 changed files with 1234 additions and 0 deletions

1
project/build.properties Normal file
View File

@@ -0,0 +1 @@
sbt.version=1.2.1

3
project/plugins.sbt Normal file
View 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
View File

@@ -0,0 +1,3 @@
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.18")
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.7.4"