Skip to content

Commit

Permalink
Merge pull request #552 from scala-steward/update/alleycats-core-2.12.0
Browse files Browse the repository at this point in the history
Update alleycats-core, cats-core, cats-laws to 2.12.0
  • Loading branch information
lenguyenthanh committed May 30, 2024
2 parents dd365d9 + 18ec0ee commit 6b1cdf1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ lazy val scalachess: Project = Project("scalachess", file("core")).settings(
name := "scalachess",
libraryDependencies ++= List(
"org.lichess" %% "scalalib-core" % scalalibVersion,
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "alleycats-core" % "2.10.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "alleycats-core" % "2.12.0",
"org.typelevel" %% "cats-parse" % "1.0.0",
"dev.optics" %% "monocle-core" % "3.2.0",
"org.typelevel" %% "kittens" % "3.3.0"
Expand Down Expand Up @@ -75,7 +75,7 @@ lazy val testKit = project
"co.fs2" %% "fs2-core" % "3.10.2" % Test,
"co.fs2" %% "fs2-io" % "3.10.2" % Test,
"org.typelevel" %% "discipline-munit" % "2.0.0" % Test,
"org.typelevel" %% "cats-laws" % "2.10.0" % Test
"org.typelevel" %% "cats-laws" % "2.12.0" % Test
)
)
.dependsOn(scalachess % "compile->compile")
Expand Down

0 comments on commit 6b1cdf1

Please sign in to comment.