Skip to content

Commit

Permalink
Update circe-core, circe-testing to 0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Jun 19, 2024
1 parent 20928dd commit a326cf2
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.6",
"io.circe" %% "circe-core" % "0.14.8",
"org.typelevel" %% "discipline-specs2" % "1.4.0" % Test,
"io.circe" %% "circe-testing" % "0.14.6" % Test
"io.circe" %% "circe-testing" % "0.14.8" % 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.5.4",
"io.circe" %% "circe-core" % "0.14.6",
"io.circe" %% "circe-core" % "0.14.8",
"org.tpolecat" %% "doobie-h2" % "1.0.0-RC5",
"org.http4s" %% "http4s-dsl" % "0.23.26",
"org.scalacheck" %% "scalacheck" % "1.17.0",
Expand Down

0 comments on commit a326cf2

Please sign in to comment.