From c1e032648dcfd5ea480f0ae192422a15bb704081 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 15 Aug 2023 17:19:59 +0000 Subject: [PATCH] Update cats-core, cats-laws to 2.10.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index b5731993..135b9a7b 100644 --- a/build.sbt +++ b/build.sbt @@ -31,7 +31,7 @@ val sharedSettings = Seq( "org.scalatest" %%% "scalatest" % "3.2.16" % 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.10.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.10.0", "org.typelevel" %%% "cats-parse" % "0.3.9" ), libraryDependencies ++= (if (isScala3.value) Nil else Seq("com.chuusai" %%% "shapeless" % "2.3.10")),