Skip to content

Commit

Permalink
Update cats-core, cats-testkit to 2.12.0 in scala2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 29, 2024
1 parent 9f81859 commit 39c5e43
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ def coulombPureConfigDeps = Seq(
)

def coulombCatsDeps = Def.setting(Seq(
"org.typelevel" %%% "cats-core" % "2.10.0" % Provided,
"org.typelevel" %%% "cats-testkit" % "2.10.0" % Provided,
"org.typelevel" %%% "cats-core" % "2.12.0" % Provided,
"org.typelevel" %%% "cats-testkit" % "2.12.0" % Provided,
"org.scalacheck" %%% "scalacheck" % "1.18.0" % Provided
// "org.typelevel" %%% "discipline-core" % "1.1.2" % Test
))
Expand Down
2 changes: 1 addition & 1 deletion coulomb-cats/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ libraryDependencies ++= Seq(
"eu.timepit" %% "singleton-ops" % "0.5.2",
// cats dependencies
"com.manyangled" %% "coulomb-cats" % "0.5.8",
"org.typelevel" %% "cats-core" % "2.10.0"
"org.typelevel" %% "cats-core" % "2.12.0"
)
```

Expand Down

0 comments on commit 39c5e43

Please sign in to comment.