Skip to content

Commit

Permalink
Update cats-core, cats-laws to 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 29, 2024
1 parent c8aae90 commit 7b30948
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ val sharedSettings = Seq(
"org.scalatest" %%% "scalatest" % "3.2.18" % Test,
"org.scalatestplus" %%% "scalacheck-1-16" % "3.2.14.0" % Test,
"org.scalacheck" %%% "scalacheck" % "1.17.0" % Test,
"org.typelevel" %%% "cats-laws" % "2.9.0" % Test
"org.typelevel" %%% "cats-laws" % "2.12.0" % Test
),
scalacOptions ++= Seq(
"-unchecked",
Expand Down Expand Up @@ -66,7 +66,7 @@ val scalaUriSettings = Seq(
name := "scala-uri",
description := "Simple scala library for building and parsing URIs",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.9.0",
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.typelevel" %%% "cats-parse" % "0.3.9"
),
libraryDependencies ++= (if (isScala3.value) Nil else Seq("com.chuusai" %%% "shapeless" % "2.3.10")),
Expand Down

0 comments on commit 7b30948

Please sign in to comment.