repchain/project/scalapb.sbt
2018-07-11 17:36:52 +08:00

6 lines
378 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.1.0")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.8")
libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin" % "0.6.0-pre4"