From 7b3094804223f6786b3bbf97232e774768c7072e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 29 May 2024 16:24:44 +0000 Subject: [PATCH] Update cats-core, cats-laws to 2.12.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1eada4e1..77986194 100644 --- a/build.sbt +++ b/build.sbt @@ -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", @@ -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")),