Skip to content

Commit 930d9a8

Browse files
Update cats-core to 2.13.0 (#714)
1 parent 313778f commit 930d9a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ lazy val core = (project in file("core")).settings(
136136
"io.grpc" % "grpc-protobuf" % Versions.grpcVersion,
137137
"io.grpc" % "grpc-stub" % Versions.grpcVersion,
138138
"io.grpc" % "grpc-inprocess" % Versions.grpcVersion,
139-
"org.typelevel" %% "cats-core" % "2.12.0",
139+
"org.typelevel" %% "cats-core" % "2.13.0",
140140
"org.typelevel" %% "cats-effect" % "2.5.5",
141141
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
142142
"org.slf4j" % "jul-to-slf4j" % "2.0.13",

0 commit comments

Comments
 (0)