From f76c4edee45f63e1fd293ea58cae82dc4bbe2e3c Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Wed, 14 Feb 2024 11:38:40 +0100 Subject: [PATCH] Upgrade circe-core --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 32fd31d..490064b 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.5" +libraryDependencies += "io.circe" %% "circe-core" % "0.14.6"