Skip to content

Commit

Permalink
Merge pull request #65 from mkurz/upgrade_circe
Browse files Browse the repository at this point in the history
Upgrade circe-core
  • Loading branch information
mkurz authored Feb 14, 2024
2 parents 6bd623f + f76c4ed commit 3e6efb9
Showing 1 changed file with 1 addition and 1 deletion.
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.5"
libraryDependencies += "io.circe" %% "circe-core" % "0.14.6"

0 comments on commit 3e6efb9

Please sign in to comment.