We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d24094 commit af0d435Copy full SHA for af0d435
build.sbt
@@ -78,7 +78,7 @@ lazy val pekkoPlugin = project
78
"com.lightbend.paradox" % "sbt-paradox" % "0.10.6"),
79
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-apidoc" % "1.1.0"),
80
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-project-info" % "3.0.1"),
81
- addSbtPlugin("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0"),
+ addSbtPlugin("com.github.sbt" % "sbt-paradox-material-theme" % "0.7.0"),
82
Compile / resourceGenerators += Def.task {
83
val file = (Compile / resourceManaged).value / "pekko-paradox.properties"
84
IO.write(file, s"pekko.paradox.version=${version.value}")
0 commit comments