• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

evolution-gaming / resource-pool
94%

Build:
DEFAULT BRANCH: main
Repo Added 15 Sep 2023 09:38AM UTC
Files 2
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH main
branch: main
CHANGE BRANCH
x
Reset
  • main
  • adopt-shared-ci
  • dependency-graph
  • m/update-workflow-to-7.0.1
  • update/cats-effect-3.7.0
  • update/cats-effect-3.7.1
  • update/sbt-1.11.5
  • update/sbt-1.11.6
  • update/sbt-1.11.7
  • update/sbt-1.12.0
  • update/sbt-1.12.1
  • update/sbt-1.12.10
  • update/sbt-1.12.11
  • update/sbt-1.12.12
  • update/sbt-1.12.13
  • update/sbt-1.12.14
  • update/sbt-1.12.2
  • update/sbt-1.12.3
  • update/sbt-1.12.4
  • update/sbt-1.12.5
  • update/sbt-1.12.6
  • update/sbt-1.12.7
  • update/sbt-1.12.8
  • update/sbt-1.12.9
  • update/sbt-2.0.5
  • update/sbt-2.0.6
  • update/sbt-2.0.7
  • update/sbt-artifactory-plugin-0.1.2
  • update/sbt-scalac-opts-plugin-0.1.0
  • update/sbt-scalac-opts-plugin-0.2.0
  • update/sbt-scalafmt-2.5.6
  • update/sbt-scalafmt-2.6.0
  • update/sbt-scalafmt-2.6.1
  • update/sbt-scalafmt-2.6.2
  • update/sbt-scoverage-2.4.0
  • update/sbt-scoverage-2.4.1
  • update/sbt-scoverage-2.4.2
  • update/sbt-scoverage-2.4.3
  • update/sbt-scoverage-2.4.4
  • update/sbt-version-policy-3.3.0
  • update/scala-library-2.13.17
  • update/scala-library-3.9.0
  • update/scalafmt-core-3.10.0
  • update/scalafmt-core-3.10.1
  • update/scalafmt-core-3.10.2
  • update/scalafmt-core-3.10.3
  • update/scalafmt-core-3.10.4
  • update/scalafmt-core-3.10.5
  • update/scalafmt-core-3.10.6
  • update/scalafmt-core-3.10.7
  • update/scalafmt-core-3.11.0
  • update/scalafmt-core-3.11.1
  • update/scalafmt-core-3.11.2
  • update/scalafmt-core-3.11.3
  • update/scalafmt-core-3.11.4
  • update/scalafmt-core-3.11.5
  • update/scalafmt-core-3.9.10
  • update/scalafmt-core-3.9.9
  • update/scalatest-3.2.20
  • updates
  • v1.0.6

25 Aug 2026 07:16PM UTC coverage: 93.75% (+4.5%) from 89.286%
32888613553

push

github

web-flow
Update cats-effect to 3.7.1 (#74)

## About this PR
📦 Updates
[org.typelevel:cats-effect](https://github.com/typelevel/cats-effect)
from `3.7.0` to `3.7.1`

📜 [GitHub Release
Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.7.1) -
[Version
Diff](https://github.com/typelevel/cats-effect/compare/v3.7.0...v3.7.1)

## 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/91db17b42/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-patch, semver-spec-patch,
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.7.0",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        },
        {
          "groupId" : "org.typelevel",
          "artifactId" : {
            "name" : "cats-effect",
            "maybeCrossName" : "cats-effect_3"
    ... (continued)

87 of 107 branches covered (81.31%)

Branch coverage included in aggregate %.

318 of 325 relevant lines covered (97.85%)

1.2 hits per line

Relevant lines Covered
Build:
Build:
325 RELEVANT LINES 318 COVERED LINES
1.2 HITS PER LINE
Source Files on main
  • Tree
  • List 2
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
32888613553 main Update cats-effect to 3.7.1 (#74) ## About this PR 📦 Updates [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) from `3.7.0` to `3.7.1` 📜 [GitHub Release Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.7.1) - [... push 25 Aug 2026 07:17PM UTC web-flow github
93.75
32752087270 main Update scala-github-actions workflows to v7.0.1 (#73) push 24 Aug 2026 04:40PM UTC web-flow github
89.29
32504079479 main Update sbt to 2.0.7 (#71) ## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `2.0.6` to `2.0.7` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v2.0.7) - [Version Diff](https://github.com/sbt/sbt/com... push 21 Aug 2026 04:41PM UTC web-flow github
93.75
31684326992 main Update sbt-scalac-opts-plugin to 0.2.0 (#68) ## About this PR 📦 Updates [com.evolution:sbt-scalac-opts-plugin](https://github.com/evolution-gaming/sbt-scalac-opts-plugin) from `0.1.0` to `0.2.0` 📜 [GitHub Release Notes](https://github.com/evolut... push 13 Aug 2026 08:57AM UTC web-flow github
82.19
30390875463 main update SBT to 2 push 28 Jul 2026 07:13PM UTC mr-git github
93.47
30389771092 main Update sbt-scalafmt to 2.6.2 (#63) ## About this PR 📦 Updates [org.scalameta:sbt-scalafmt](https://github.com/scalameta/sbt-scalafmt) from `2.6.0` to `2.6.2` 📜 [GitHub Release Notes](https://github.com/scalameta/sbt-scalafmt/releases/tag/v2.6.2)... push 28 Jul 2026 06:58PM UTC web-flow
98.17
30389743975 main Update sbt, scripted-plugin to 1.12.14 (#62) ## About this PR 📦 Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.12.13` to `1.12.14` 📜 [GitHub Release Notes](https... push 28 Jul 2026 06:57PM UTC web-flow
98.16
30389747533 main Update sbt-artifactory-plugin to 0.1.2 (#60) ## About this PR 📦 Updates [com.evolution:sbt-artifactory-plugin](https://github.com/evolution-gaming/sbt-artifactory-plugin) from `0.0.2` to `0.1.2` 📜 [GitHub Release Notes](https://github.com/evolut... push 28 Jul 2026 06:57PM UTC web-flow
98.17
30389468396 main Update scalafmt-core to 3.11.5 (#65) ## About this PR 📦 Updates [org.scalameta:scalafmt-core](https://github.com/scalameta/scalafmt) from `3.11.3` to `3.11.5` 📜 [GitHub Release Notes](https://github.com/scalameta/scalafmt/releases/tag/v3.11.5) -... push 28 Jul 2026 06:54PM UTC web-flow
98.17
28789158107 main Update sbt-version-policy to 3.3.0 (#55) ## About this PR 📦 Updates [ch.epfl.scala:sbt-version-policy](https://github.com/scalacenter/sbt-version-policy) from `3.2.1` to `3.3.0` 📜 [GitHub Release Notes](https://github.com/scalacenter/sbt-version... push 06 Jul 2026 11:47AM UTC web-flow
98.17
See All Builds (132)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc