Add com.artima repo resolver in plugins.sbt
This commit is contained in:
Родитель
496ed1f205
Коммит
fed064964c
|
@ -6,6 +6,8 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.1")
|
|||
|
||||
addSbtPlugin("com.thesamet" % "sbt-protoc" % "0.99.1")
|
||||
|
||||
resolvers += "Artima Maven Repository" at "http://repo.artima.com/releases"
|
||||
|
||||
addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.0")
|
||||
|
||||
libraryDependencies += "com.trueaccord.scalapb" %% "compilerplugin" % "0.5.45"
|
||||
|
|
Загрузка…
Ссылка в новой задаче