From 415c3465ab59440682681c40d1c703cb8c7ec7b4 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jan 2024 17:19:51 +0000 Subject: [PATCH 1/2] Failed Scalafix rule(s) github:typelevel/cats-effect/v3_0_0?sha=v3.0.0 --- http/baker-http-dashboard/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http/baker-http-dashboard/package.json b/http/baker-http-dashboard/package.json index 41c023ec0..0587cd242 100644 --- a/http/baker-http-dashboard/package.json +++ b/http/baker-http-dashboard/package.json @@ -36,7 +36,7 @@ "@angular-eslint/eslint-plugin-template": "14.0.2", "@angular-eslint/schematics": "14.0.2", "@angular-eslint/template-parser": "14.0.2", - "@angular/cli": "^14.2.11", + "@angular/cli": "^14.2.13", "@angular/compiler-cli": "^14.0.6", "@angular/language-service": "^14.0.6", "@angular/localize": "^14.0.6", From 9d2f2cbc046688c6692db2faf5a598ab76a401ab Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 16 Jan 2024 17:27:42 +0000 Subject: [PATCH 2/2] Update cats-effect to 3.5.3 --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 6a36e14f5..21b2dac3d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -11,7 +11,7 @@ object Dependencies { val fs2Version = "2.5.10" val circeVersion = "0.14.2" val mockitoScalaVersion = "1.17.7" - val catsEffectVersion = "2.5.5" + val catsEffectVersion = "3.5.3" val catsCoreVersion = "2.8.0" val scalapbVersion = scalapb.compiler.Version.scalapbVersion val springVersion = "5.3.22"