Skip to content

Commit

Permalink
Update circe-core, circe-testing to 0.14.4
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Feb 10, 2023
1 parent cb2e762 commit 1048fc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ object dependencies extends AutoPlugin {
)

val circe: Seq[ModuleID] = Seq(
"io.circe" %% "circe-core" % "0.14.3",
"io.circe" %% "circe-core" % "0.14.4",
"org.typelevel" %% "discipline-specs2" % "1.4.0" % Test,
"io.circe" %% "circe-testing" % "0.14.3" % Test
"io.circe" %% "circe-testing" % "0.14.4" % Test
)

val http4s: Seq[ModuleID] = Seq(
Expand All @@ -77,7 +77,7 @@ object dependencies extends AutoPlugin {

val documentation: Seq[ModuleID] = Seq(
"org.typelevel" %% "cats-effect" % "3.4.6",
"io.circe" %% "circe-core" % "0.14.3",
"io.circe" %% "circe-core" % "0.14.4",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC2",
"org.http4s" %% "http4s-dsl" % "0.23.18",
"org.scalacheck" %% "scalacheck" % "1.17.0",
Expand Down

0 comments on commit 1048fc8

Please sign in to comment.