Skip to content

Commit

Permalink
Merge pull request #414 from scala-steward/update/circe-core-0.14.7
Browse files Browse the repository at this point in the history
Update circe-core, circe-generic, ... to 0.14.7
  • Loading branch information
mergify[bot] authored Apr 27, 2024
2 parents cf045a1 + a5dbbb1 commit f818f69
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.6" % Test,
"io.circe" %% "circe-parser" % "0.14.6" % Test,
"io.circe" %% "circe-generic" % "0.14.7" % Test,
"io.circe" %% "circe-parser" % "0.14.7" % Test,
"co.fs2" %% "fs2-io" % "3.10.2" % Test,
)
)
Expand Down Expand Up @@ -153,7 +153,7 @@ lazy val lsp = module("lsp")
.settings(
libraryDependencies ++= Seq(
"org.eclipse.lsp4j" % "org.eclipse.lsp4j" % "0.22.0",
"io.circe" %% "circe-core" % "0.14.6",
"io.circe" %% "circe-core" % "0.14.7",
"org.http4s" %% "http4s-ember-client" % "0.23.26",
"org.http4s" %% "http4s-ember-server" % "0.23.26" % Test,
"io.get-coursier" %% "coursier" % "2.1.9",
Expand Down

0 comments on commit f818f69

Please sign in to comment.