• 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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • adopt-shared-ci
  • dependency-graph
  • m/update-workflow-to-7.0.1
  • main
  • 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/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
32874601670 update/cats-effect-3.7.1 Merge 595410c22 into 3489c2c5c Pull #74 25 Aug 2026 04:54PM 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
32750722486 m/update-workflow-to-7.0.1 Merge ac9b16881 into c3a6df8e3 Pull #73 24 Aug 2026 04:26PM UTC web-flow github
93.75
32747759671 m/update-workflow-to-7.0.1 Merge 330b26463 into c3a6df8e3 Pull #73 24 Aug 2026 03:56PM UTC web-flow github
93.75
32672089053 dependency-graph Merge 02d5b8ba2 into c3a6df8e3 Pull #72 23 Aug 2026 10:56PM UTC web-flow github
93.75
32671842251 dependency-graph Merge 7d1d6c781 into c3a6df8e3 Pull #72 23 Aug 2026 10:52PM UTC web-flow github
93.75
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
32499914637 update/sbt-2.0.7 Merge b7b13b6a5 into c21f58f34 Pull #71 21 Aug 2026 03:53PM 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
See All Builds (131)
  • 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