diff --git a/build.sbt b/build.sbt index db37603..aaea3dc 100644 --- a/build.sbt +++ b/build.sbt @@ -76,7 +76,7 @@ lazy val plugin = project("sbt-paradox-material-theme", file("plugin")) addSbtPlugin(("com.lightbend.paradox" % "sbt-paradox" % "0.9.2").exclude("com.typesafe.sbt", "sbt-web")), addSbtPlugin("com.github.sbt" % "sbt-web" % "1.5.4"), libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2", - libraryDependencies += "io.circe" %% "circe-core" % "0.14.5", + libraryDependencies += "io.circe" %% "circe-core" % "0.14.6", update := update.dependsOn(theme / publishLocal).value, Compile / resourceGenerators += Def.task { val file = (Compile / resourceManaged).value / "paradox-material-theme.properties"