diff --git a/build.sbt b/build.sbt index eb79cda..2d3cd8f 100644 --- a/build.sbt +++ b/build.sbt @@ -73,7 +73,7 @@ lazy val cats = projectMatrix .settings( name := "scalapb-validate-cats", libraryDependencies ++= Seq( - "org.typelevel" %% "cats-core" % "2.12.0" % "provided", + "org.typelevel" %% "cats-core" % "2.13.0" % "provided", "com.thesamet.scalapb" %% "scalapb-runtime" % scalapbVersion % "provided" ) ) @@ -131,7 +131,7 @@ lazy val e2e = projectMatrix codeGenClasspath := (codeGenJVM212 / Compile / fullClasspath).value, libraryDependencies ++= Seq( "com.thesamet.scalapb" %% "scalapb-json4s" % "0.12.1", - "org.typelevel" %% "cats-core" % "2.12.0", + "org.typelevel" %% "cats-core" % "2.13.0", "io.undertow" % "undertow-core" % "2.3.18.Final", "eu.timepit" %% "refined" % "0.11.2", "io.envoyproxy.protoc-gen-validate" % "pgv-java-stub" % pgvVersion % "protobuf"