Skip to content

Commit

Permalink
Merge 99e26ca into 459b4cb
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 28, 2021
2 parents 459b4cb + 99e26ca commit a559bf9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/cats/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name := "pureconfig-cats"
crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.6.1",
"org.typelevel" %% "cats-laws" % "2.6.1" % "test",
"org.typelevel" %% "cats-core" % "2.7.0",
"org.typelevel" %% "cats-laws" % "2.7.0" % "test",
"org.typelevel" %% "discipline-scalatest" % "2.1.5" % "test"
)

Expand Down

0 comments on commit a559bf9

Please sign in to comment.