repchain/project/scalapb.sbt
2019-04-17 21:38:22 +08:00

6 lines
372 B
Scala

resolvers += "Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
//addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.7.0-SNAPSHOT")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "5.2.4")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.20")
libraryDependencies += "com.thesamet.scalapb" %% "compilerplugin" % "0.8.4"