Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Tochemey committed May 16, 2020
1 parent 5a5f9f9 commit b996f8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 1 addition & 11 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
// The Lagom plugin
addSbtPlugin("com.lightbend.lagom" % "lagom-sbt-plugin" % "1.6.2")
// Set the version dynamically to the git hash
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
// Not needed once upgraded to Play 2.7.1
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.6.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.2")
// Test coverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
// Scala Style
addSbtPlugin("com.beautiful-scala" % "sbt-scalastyle" % "1.4.0")
// Scala auto fix
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.13")
addSbtPlugin("au.com.onegeek" %% "sbt-dotenv" % "2.1.146")

// sbt docker-compose
addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.35")

// Akka GRPC
addSbtPlugin("com.lightbend.akka.grpc" %% "sbt-akka-grpc" % "0.8.4")
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4") // ALPN agent, only required on JVM 8
addSbtPlugin("com.lightbend.sbt" % "sbt-javaagent" % "0.1.4")
resolvers += Resolver.bintrayRepo("playframework", "maven")
libraryDependencies += "com.lightbend.play" %% "play-grpc-generators" % "0.8.2"
1 change: 0 additions & 1 deletion project/protoc.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
// Sbt protoc
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.29")
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.10.2"

0 comments on commit b996f8b

Please sign in to comment.