Skip to content

Commit

Permalink
Update circe-generic, circe-jackson29 to 0.11.2 (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Mar 18, 2021
1 parent 2513f0f commit 92357fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ object Deps {

val circe: List[ModuleID] = {
List(
"io.circe" %% s"circe-generic" % "0.11.1",
"io.circe" %% s"circe-jackson29" % "0.11.1",
"io.circe" %% s"circe-generic" % "0.11.2",
"io.circe" %% s"circe-jackson29" % "0.11.2",
)
}
}

0 comments on commit 92357fb

Please sign in to comment.