Skip to content

Commit

Permalink
Merge pull request #63 from pjfanning/patch-1
Browse files Browse the repository at this point in the history
circe 0.14.6
  • Loading branch information
mdedetrich authored Feb 13, 2024
2 parents 59eda71 + 1f79f59 commit be8e8fd
Showing 1 changed file with 1 addition and 1 deletion.
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.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"
Expand Down

0 comments on commit be8e8fd

Please sign in to comment.