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

evolution-gaming / sharding-strategy
87%

Build:
DEFAULT BRANCH: master
Repo Added 04 Mar 2018 09:38PM UTC
Files 14
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 master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • 34dfcacb83a326ba0ad1c826556c1514ac7fd46f
  • 470692e411ef0e32a350bf6a7f66835c415b9880
  • 6618adc18f6dc29c08f147b8cd53c621108f5d04
  • 71bf5a164a83735acff59aefa91be00068b2db83
  • 71deb5949f1b86dc86b129ecf9979db5c97586fd
  • 81a91e69a264afbf44999ccd2eba0daee156e8fd
  • 884605c838d9ffd6c9e62e4b63c0f152e65078b3
  • 9e3be13d65a90819fb68069d1260850a832cedf6
  • a1af0deaed644678cc7ec4f462e6ec4f9be635a6
  • a4484ecac41b9c7b96a659c15485c773528f66b0
  • amikhailov/ORIG-816_strategy_that_tracks_unallocated_shards
  • amikhailov/backport_tracking_strategy
  • bump_smetrics
  • bump_smetrics_ce2
  • c8998f9c7038a22f8373e21da2ec953d5890d4ac
  • cats-effect-2
  • cfbcc09f7f134867c2507a725cc99e7c49d0b7b7
  • ea5ad6702ac263c1854f667320897a6a5d9f8c8e
  • feature/FilterByRoleShardingStrategy
  • isurkov/ce2/bump-dependencies
  • isurkov/dependencies-bump
  • master
  • mr/upgrade
  • series/1.x.x
  • update/cats-effect-3.6.3
  • update/cats-effect-3.7.0
  • update/cats-helper-3.12.2
  • update/sbt-1.11.4
  • 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.2
  • update/sbt-1.12.3
  • update/sbt-1.12.4
  • update/sbt-1.12.5
  • update/sbt-1.12.6
  • 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/scala3-library-3.3.7
  • v0.0.1
  • v0.0.2
  • v0.0.3
  • v0.0.4
  • v0.0.5
  • v0.0.6
  • v0.0.7
  • v0.0.8
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.0.3
  • v1.0.4
  • v1.0.5
  • v1.0.6
  • v4.0.0

17 Mar 2026 07:02AM UTC coverage: 86.788%. Remained the same
23182474277

push

web-flow
Update sbt, scripted-plugin to 1.12.6 (#268)

## 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.5` to `1.12.6`

📜 [GitHub Release
Notes](https://github.com/sbt/sbt/releases/tag/v1.12.6) - [Version
Diff](https://github.com/sbt/sbt/compare/v1.12.5...v1.12.6)

## 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/e11ea69a8/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.scala-sbt" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-sbt" }
}]
```
</details>

<sup>
labels: library-update, early-semver-patch, semver-spec-patch,
version-scheme:early-semver, commit-count:1
</sup>

<!-- scala-steward = {
  "Update" : {
    "ForGroupId" : {
      "forArtifactIds" : [
        {
          "ForArtifactId" : {
            "crossDependency" : [
              {
                "groupId" : "org.scala-sbt",
                "artifactId" : {
                  "name" : "sbt",
                  "maybeCrossName" : null
                },
                "version" : "1.12.5",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "1.12.6"
  ... (continued)

381 of 439 relevant lines covered (86.79%)

1.11 hits per line

Relevant lines Covered
Build:
Build:
439 RELEVANT LINES 381 COVERED LINES
1.11 HITS PER LINE
Source Files on master
  • Tree
  • List 14
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
23182474277 master Update sbt, scripted-plugin to 1.12.6 (#268) ## 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.5` to `1.12.6` 📜 [GitHub Release Notes](https:/... push 17 Mar 2026 07:04AM UTC web-flow
86.79
23158843379 update/sbt-1.12.6 Merge 252c1f68b into e56251c31 Pull #268 16 Mar 2026 06:11PM UTC web-flow
86.79
23144817665 master Update cats-effect to 3.7.0 (#267) ## About this PR 📦 Updates [org.typelevel:cats-effect](https://github.com/typelevel/cats-effect) from `3.6.3` to `3.7.0` 📜 [GitHub Release Notes](https://github.com/typelevel/cats-effect/releases/tag/v3.7.0) - ... push 16 Mar 2026 12:59PM UTC web-flow
86.79
22917564196 update/cats-effect-3.7.0 Merge 06595a87b into eae547af0 Pull #267 10 Mar 2026 06:18PM UTC web-flow
86.79
22611018734 master Update sbt, scripted-plugin to 1.12.5 (#266) ## 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.4` to `1.12.5` 📜 [GitHub Release Notes](https:/... push 03 Mar 2026 06:22AM UTC web-flow
86.79
22588816615 update/sbt-1.12.5 Merge 9e2525477 into 2412ae368 Pull #266 02 Mar 2026 05:59PM UTC web-flow
86.79
22363015730 update/sbt-1.12.4 Merge 76dc8a9bf into 13f12bad0 Pull #265 24 Feb 2026 05:48PM UTC web-flow
86.79
22087105993 master Update sbt, scripted-plugin to 1.12.3 (#264) ## 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.2` to `1.12.3` 📜 [GitHub Release Notes](https:/... push 17 Feb 2026 05:31AM UTC web-flow
86.79
22072984963 update/sbt-1.12.3 Merge d2001548a into 3b0a476c6 Pull #264 16 Feb 2026 05:59PM UTC web-flow
86.79
21718473182 master Update sbt, scripted-plugin to 1.12.2 (#263) ## 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.1` to `1.12.2` 📜 [GitHub Release Notes](https:/... push 05 Feb 2026 03:57PM UTC web-flow
86.79
See All Builds (316)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc