Skip to content

Commit

Permalink
Update cats-core, cats-testkit to 2.13.0 in scala2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 22, 2025
1 parent 4e04ea8 commit bc996e1
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.12.0" % Provided,
"org.typelevel" %%% "cats-testkit" % "2.12.0" % Provided,
"org.typelevel" %%% "cats-core" % "2.13.0" % Provided,
"org.typelevel" %%% "cats-testkit" % "2.13.0" % Provided,
"org.scalacheck" %%% "scalacheck" % "1.18.1" % 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.12.0"
"org.typelevel" %% "cats-core" % "2.13.0"
)
```

Expand Down

0 comments on commit bc996e1

Please sign in to comment.