From 4cdbab259c16c6a61866b9e7eb21414a4fa76f04 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 4 Jul 2024 20:09:10 +0000 Subject: [PATCH] Update circe-core to 0.14.9 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8f308f5..21441ef 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.8", + libraryDependencies += "io.circe" %% "circe-core" % "0.14.9", 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 90483ad..b76aa1a 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.8" +libraryDependencies += "io.circe" %% "circe-core" % "0.14.9"