diff --git a/build.sbt b/build.sbt index b42bc67..1b980f1 100644 --- a/build.sbt +++ b/build.sbt @@ -75,10 +75,10 @@ lazy val pekkoPlugin = project addSbtPlugin( // When updating the sbt-paradox version, // remember to also update project/plugins.sbt - "com.lightbend.paradox" % "sbt-paradox" % "0.10.3"), - addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.0.0"), - addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.0"), - addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0"), + "com.lightbend.paradox" % "sbt-paradox" % "0.10.6"), + addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0"), + addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1"), + addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0"), Compile / resourceGenerators += Def.task { val file = (Compile / resourceManaged).value / "pekko-paradox.properties" IO.write(file, s"pekko.paradox.version=${version.value}") diff --git a/project/plugins.sbt b/project/plugins.sbt index a87033b..1f27dfb 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -17,8 +17,8 @@ // When updating the sbt-paradox version, // remember to also update build.sbt -addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.3") -addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1") +addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-theme" % "0.10.6") +addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6") addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10") addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.10")