Skip to content

Commit 8aa99d5

Browse files
Update cats-effect to 2.4.1 (#236)
* Update cats-effect to 2.4.1 * Update cats-effect to 2.4.1
1 parent a68e5e2 commit 8aa99d5

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
@@ -135,7 +135,7 @@ lazy val core = (project in file("core")).settings(
135135
"io.grpc" % "grpc-protobuf" % Versions.grpcVersion,
136136
"io.grpc" % "grpc-stub" % Versions.grpcVersion,
137137
"org.typelevel" %% "cats-core" % "2.5.0",
138-
"org.typelevel" %% "cats-effect" % "2.4.0",
138+
"org.typelevel" %% "cats-effect" % "2.4.1",
139139
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.3",
140140
"org.slf4j" % "jul-to-slf4j" % "1.7.30",
141141
"org.slf4j" % "jcl-over-slf4j" % "1.7.30",

0 commit comments

Comments
 (0)