Skip to content

Commit af0d435

Browse files
committed
Upgrade sbt-paradox-material-theme
1 parent 6d24094 commit af0d435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ lazy val pekkoPlugin = project
7878
"com.lightbend.paradox" % "sbt-paradox" % "0.10.6"),
7979
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0"),
8080
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1"),
81-
addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0"),
81+
addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0"),
8282
Compile / resourceGenerators += Def.task {
8383
val file = (Compile / resourceManaged).value / "pekko-paradox.properties"
8484
IO.write(file, s"pekko.paradox.version=${version.value}")

0 commit comments

Comments
 (0)