Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.6 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 5, 2023
1 parent 04058f5 commit 0231db1
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 @@ -62,9 +62,9 @@ lazy val root = Project("sbt-coveralls", file("."))
"com.fasterxml.jackson.core" % "jackson-core" % "2.15.2",
"org.eclipse.jgit" % "org.eclipse.jgit" % "5.13.0.202109080827-r",
"org.scalaj" %% "scalaj-http" % "2.4.2",
"io.circe" %% "circe-core" % "0.14.5",
"io.circe" %% "circe-generic" % "0.14.5",
"io.circe" %% "circe-parser" % "0.14.5",
"io.circe" %% "circe-core" % "0.14.6",
"io.circe" %% "circe-generic" % "0.14.6",
"io.circe" %% "circe-parser" % "0.14.6",
"org.mockito" % "mockito-core" % "5.4.0" % Test,
"org.scalatest" %% "scalatest" % "3.2.16" % Test
),
Expand Down

0 comments on commit 0231db1

Please sign in to comment.