File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -188,9 +188,9 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)
188
188
libraryDependencies ++= Seq (
189
189
" org.typelevel" %%% " cats-core" % " 2.8.0" ,
190
190
" org.typelevel" %%% " cats-laws" % " 2.8.0" % Test ,
191
- " org.typelevel" %%% " cats-effect" % " 3.3.12 " ,
192
- " org.typelevel" %%% " cats-effect-laws" % " 3.3.12 " % Test ,
193
- " org.typelevel" %%% " cats-effect-testkit" % " 3.3.12 " % Test ,
191
+ " org.typelevel" %%% " cats-effect" % " 3.3.13 " ,
192
+ " org.typelevel" %%% " cats-effect-laws" % " 3.3.13 " % Test ,
193
+ " org.typelevel" %%% " cats-effect-testkit" % " 3.3.13 " % Test ,
194
194
" org.scodec" %%% " scodec-bits" % " 1.1.34" ,
195
195
" org.typelevel" %%% " scalacheck-effect-munit" % " 1.0.4" % Test ,
196
196
" org.typelevel" %%% " munit-cats-effect-3" % " 1.0.7" % Test ,
You can’t perform that action at this time.
0 commit comments