File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,9 +75,9 @@ lazy val pekkoPlugin = project
7575 addSbtPlugin(
7676 // When updating the sbt-paradox version,
7777 // remember to also update project/plugins.sbt
78- " com.lightbend.paradox" % " sbt-paradox" % " 0.10.3 " ),
79- addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox-apidoc" % " 1.0.0 " ),
80- addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox-project-info" % " 3.0.0 " ),
78+ " com.lightbend.paradox" % " sbt-paradox" % " 0.10.6 " ),
79+ addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox-apidoc" % " 1.0.1 " ),
80+ addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox-project-info" % " 3.0.1 " ),
8181 addSbtPlugin(" io.github.jonas" % " sbt-paradox-material-theme" % " 0.6.0" ),
8282 Compile / resourceGenerators += Def .task {
8383 val file = (Compile / resourceManaged).value / " pekko-paradox.properties"
Original file line number Diff line number Diff line change 1717
1818// When updating the sbt-paradox version,
1919// remember to also update build.sbt
20- addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox-theme" % " 0.10.3 " )
20+ addSbtPlugin(" com.lightbend.paradox" % " sbt-paradox-theme" % " 0.10.6 " )
2121addSbtPlugin(" com.dwijnand" % " sbt-dynver" % " 4.1.1" )
2222addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.6" )
2323addSbtPlugin(" org.mdedetrich" % " sbt-apache-sonatype" % " 0.1.10" )
You can’t perform that action at this time.
0 commit comments