From 29d7f10040e2750e7a7f1eb5b9aac44241ae707c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 25 Jun 2024 01:56:53 +0000 Subject: [PATCH] Update circe-core to 0.14.8 --- build.sbt | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 50a5548..2502f73 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.7"), 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 67ed70e..a09adca 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"