Skip to content

Commit 398fd7e

Browse files
Update circe-core, circe-literal, ... to 0.14.9 (#450)
1 parent 153e83e commit 398fd7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ object Dependencies {
44
lazy val catsCore = "org.typelevel" %% "cats-core" % "2.12.0"
55
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "2.5.5"
66
lazy val catsMtl = "org.typelevel" %% "cats-mtl-core" % "0.7.1"
7-
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.7"
7+
lazy val circeCore = "io.circe" %% "circe-core" % "0.14.9"
88
lazy val circeLiteral =
9-
"io.circe" %% "circe-literal" % "0.14.7" // used for test only
9+
"io.circe" %% "circe-literal" % "0.14.9" // used for test only
1010
lazy val circeParser =
11-
"io.circe" %% "circe-parser" % "0.14.7" // used for site only
11+
"io.circe" %% "circe-parser" % "0.14.9" // used for site only
1212
lazy val diffx = "com.softwaremill.diffx" %% "diffx-scalatest" % "0.9.0"
1313
lazy val diffxShould =
1414
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.9.0"

0 commit comments

Comments
 (0)