Skip to content

Commit

Permalink
Merge pull request #147 from typelevel/update/cats-core-2.12.0
Browse files Browse the repository at this point in the history
Update cats-core to 2.12.0
  • Loading branch information
valencik authored Jul 8, 2024
2 parents 4efe8f8 + 3a3c23c commit faa4bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ lazy val root = (project in file("."))
lazy val phantomDependencies = project
.settings(
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.scalameta" %%% "munit" % "1.0.0" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test,
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
.settings(
name := "$name;format="norm"$",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.10.0",
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.typelevel" %%% "cats-effect" % "3.5.4",
"org.scalameta" %%% "munit" % "1.0.0" % Test,
"org.typelevel" %%% "munit-cats-effect" % "2.0.0" % Test
Expand Down

0 comments on commit faa4bbc

Please sign in to comment.