File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -27,13 +27,9 @@ addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1")
2727addSbtPlugin(" com.lightbend.sbt" % " sbt-bill-of-materials" % " 1.0.2" )
2828addSbtPlugin(" com.github.sbt" % " sbt-license-report" % " 1.5.0" )
2929
30- // allow access to snapshots for pekko-sbt-paradox
31- resolvers += Resolver .ApacheMavenSnapshotsRepo
32- updateOptions := updateOptions.value.withLatestSnapshots(false )
33-
3430// We have to deliberately use older versions of sbt-paradox because current Pekko sbt build
3531// only loads on JDK 1.8 so we need to bring in older versions of parboiled which support JDK 1.8
36- addSbtPlugin((" org.apache.pekko" % " pekko-sbt-paradox" % " 0 .0.0+56-bff08336-SNAPSHOT " ).excludeAll(
32+ addSbtPlugin((" org.apache.pekko" % " pekko-sbt-paradox" % " 1 .0.0" ).excludeAll(
3733 " com.lightbend.paradox" , " sbt-paradox" ,
3834 " com.lightbend.paradox" % " sbt-paradox-apidoc" ,
3935 " com.lightbend.paradox" % " sbt-paradox-project-info" ))
You can’t perform that action at this time.
0 commit comments