Skip to content

Commit

Permalink
Merge pull request #89 from scala-steward/update/circe-core-0.14.8
Browse files Browse the repository at this point in the history
Update circe-core to 0.14.8
  • Loading branch information
mkurz authored Jun 25, 2024
2 parents 929d8d8 + 29d7f10 commit 84b2cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 84b2cb3

Please sign in to comment.