Skip to content

Commit

Permalink
Upgrade sbt-paradox-material-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Jan 31, 2024
1 parent 6d24094 commit af0d435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lazy val pekkoPlugin = project
"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("io.github.jonas" % "sbt-paradox-material-theme" % "0.6.0"),
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}")
Expand Down

0 comments on commit af0d435

Please sign in to comment.