Fix population of akka-protobuf-v3 (#29719)
* Fix population of akka-protobuf-v3 * Avoid automatically updating sbt-osgi
This commit is contained in:
parent
2f2076a80d
commit
126d3c8ff8
2 changed files with 4 additions and 2 deletions
|
|
@ -12,7 +12,8 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.6.0")
|
|||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")
|
||||
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.15")
|
||||
// sbt-osgi 0.9.5 is available but breaks including jdk9-only classes
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
|
||||
// sbt-osgi 0.9.6 is available but breaks populating akka-protobuf-v3
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
|
||||
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.7.0")
|
||||
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
|
||||
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue