Skip to content

Commit

Permalink
Merge pull request #68 from scala-steward/update/cats-core-1.6.0
Browse files Browse the repository at this point in the history
Update cats-core, cats-macros to 1.6.0
  • Loading branch information
yanns authored Feb 22, 2019
2 parents 45b9130 + da3c917 commit 006467f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion json/dependencies.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val catsVersion = "1.5.0"
val catsVersion = "1.6.0"

libraryDependencies ++= Seq(
"org.json4s" %% "json4s-jackson" % "3.6.5",
Expand Down
2 changes: 1 addition & 1 deletion util/dependencies.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val catsVersion = "1.5.0"
val catsVersion = "1.6.0"

libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.0",
Expand Down

0 comments on commit 006467f

Please sign in to comment.