Skip to content

Commit

Permalink
Update circe-core, circe-generic to 0.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Sep 19, 2022
1 parent 1f4c115 commit 5d025ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object ProjectPlugin extends AutoPlugin {
lazy val cats = "2.8.0"
lazy val catsEffect = "2.5.5"
lazy val http4s = "0.21.33"
lazy val circe = "0.14.2"
lazy val circe = "0.14.3"
lazy val log4s = "1.7.0"
lazy val scalatest = "3.2.13"
lazy val scalatestplusScheck = "3.2.2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ object helper {
def circeLibraryDependencies(scala: ScalaVersion): List[Dependency] = {
val sv = scala.version

val circeVersion = "0.14.2"
val circeVersion = "0.14.3"
List(
Dependency("io.circe", s"circe-core_${sv.substring(0, 4)}", circeVersion),
Dependency("io.circe", s"circe-generic_${sv.substring(0, 4)}", circeVersion),
Expand Down

0 comments on commit 5d025ee

Please sign in to comment.