Skip to content

Commit d24f5a0

Browse files
Update cats-effect to 3.6.3 (#13)
## About this PR 📦 Updates [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) from `3.5.7` to `3.6.3` 📜 [GitHub Release Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.6.3) - [Version Diff](typelevel/cats-effect@v3.5.7...v3.6.3) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd like to skip this version, you can just close this PR. If you have any feedback, just mention me in the comments below. Configure Scala Steward for your repository with a [`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/aa89f0da1e565ff940bddae9287eeb474b0d610f/docs/repo-specific-configuration.md) file. _Have a fantastic day writing Scala!_ <details> <summary>⚙ Adjust future updates</summary> Add this to your `.scala-steward.conf` file to ignore future updates of this dependency: ``` updates.ignore = [ { groupId = "org.typelevel", artifactId = "cats-effect" } ] ``` Or, add this to slow down future updates of this dependency: ``` dependencyOverrides = [{ pullRequests = { frequency = "30 days" }, dependency = { groupId = "org.typelevel", artifactId = "cats-effect" } }] ``` </details> <sup> labels: library-update, early-semver-minor, semver-spec-minor, version-scheme:early-semver, commit-count:1 </sup> <!-- scala-steward = { "Update" : { "ForArtifactId" : { "crossDependency" : [ { "groupId" : "org.typelevel", "artifactId" : { "name" : "cats-effect", "maybeCrossName" : "cats-effect_2.13" }, "version" : "3.5.7", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null }, { "groupId" : "org.typelevel", "artifactId" : { "name" : "cats-effect", "maybeCrossName" : "cats-effect_3" }, "version" : "3.5.7", "sbtVersion" : null, "scalaVersion" : null, "configurations" : null } ], "newerVersions" : [ "3.6.3" ], "newerGroupId" : null, "newerArtifactId" : null } }, "Labels" : [ "library-update", "early-semver-minor", "semver-spec-minor", "version-scheme:early-semver", "commit-count:1" ] } -->
1 parent 29b4174 commit d24f5a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ import sbt.*
22

33
object Dependencies {
44
val ScalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
5-
val CatsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
5+
val CatsEffect = "org.typelevel" %% "cats-effect" % "3.6.3"
66
}

0 commit comments

Comments
 (0)