Skip to content

Commit

Permalink
Merge pull request #462 from scala-steward/update/circe-core-0.14.10
Browse files Browse the repository at this point in the history
Update circe-core, circe-generic, ... to 0.14.10
  • Loading branch information
mergify[bot] authored Sep 6, 2024
2 parents a802984 + 0ee6f4d commit 76b6bbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ lazy val parser = module("parser")
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-parse" % "1.0.0",
"io.circe" %% "circe-generic" % "0.14.9" % Test,
"io.circe" %% "circe-parser" % "0.14.9" % Test,
"io.circe" %% "circe-generic" % "0.14.10" % Test,
"io.circe" %% "circe-parser" % "0.14.10" % Test,
"co.fs2" %% "fs2-io" % "3.11.0" % Test,
)
)
Expand Down Expand Up @@ -153,7 +153,7 @@ lazy val lsp = module("lsp")
.settings(
libraryDependencies ++= Seq(
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.23.1",
"io.circe" %% "circe-core" % "0.14.9",
"io.circe" %% "circe-core" % "0.14.10",
"org.http4s" %% "http4s-ember-client" % "0.23.27",
"org.http4s" %% "http4s-ember-server" % "0.23.27" % Test,
"io.get-coursier" %% "coursier" % "2.1.10",
Expand Down

0 comments on commit 76b6bbc

Please sign in to comment.