diff --git a/build.sbt b/build.sbt index e7be989..8f308f5 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.8"), libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2", - libraryDependencies += "io.circe" %% "circe-core" % "0.14.7", + libraryDependencies += "io.circe" %% "circe-core" % "0.14.8", update := update.dependsOn(theme / publishLocal).value, Compile / resourceGenerators += Def.task { val file = (Compile / resourceManaged).value / "paradox-material-theme.properties" diff --git a/project/plugins.sbt b/project/plugins.sbt index 2313e08..a00d997 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,4 +12,4 @@ libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value // This project is its own plugin :) Compile / unmanagedSourceDirectories += baseDirectory.value.getParentFile / "plugin" / "src" / "main" / "scala" libraryDependencies += "org.jsoup" % "jsoup" % "1.17.2" -libraryDependencies += "io.circe" %% "circe-core" % "0.14.7" +libraryDependencies += "io.circe" %% "circe-core" % "0.14.8"