File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments