Skip to content

Commit

Permalink
Merge pull request #493 from scala-steward/update/kittens-3.1.0
Browse files Browse the repository at this point in the history
Update kittens to 3.1.0
  • Loading branch information
ornicar authored Oct 27, 2023
2 parents c3758e5 + 2b04a58 commit 5df08a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ lazy val scalachess: Project = Project("scalachess", file(".")).settings(
"org.typelevel" %% "alleycats-core" % "2.10.0",
"org.typelevel" %% "cats-parse" % "0.3.10",
"dev.optics" %% "monocle-core" % "3.2.0",
"org.typelevel" %% "kittens" % "3.0.0"
"org.typelevel" %% "kittens" % "3.1.0"
)
)

Expand Down

0 comments on commit 5df08a9

Please sign in to comment.