From 1f79f5904be69019c1a1620dc18e4c46c26a10fa Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Tue, 13 Feb 2024 22:58:57 +0100 Subject: [PATCH] circe 0.14.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"