• 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-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-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

28 Jan 2026 08:41AM UTC coverage: 86.788%. Remained the same
21431197855

push

web-flow
Update sbt, scripted-plugin to 1.12.1 (#262)

## 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.0` to `1.12.1`

📜 [GitHub Release
Notes](https://github.com/sbt/sbt/releases/tag/v1.12.1) - [Version
Diff](https://github.com/sbt/sbt/compare/v1.12.0...v1.12.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/ab5199e2c/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.0",
                "sbtVersion" : null,
                "scalaVersion" : null,
                "configurations" : null
              }
            ],
            "newerVersions" : [
              "1.12.1"
  ... (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
21431197855 master Update sbt, scripted-plugin to 1.12.1 (#262) ## 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.0` to `1.12.1` 📜 [GitHub Release Notes](https:/... push 28 Jan 2026 08:43AM UTC web-flow
86.79
21419171290 update/sbt-1.12.1 Merge 6e58e8bd7 into e80d46328 Pull #262 28 Jan 2026 12:04AM UTC web-flow
86.79
20985595807 master Update sbt-scoverage to 2.4.4 (#261) ## About this PR 📦 Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from `2.4.3` to `2.4.4` 📜 [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2... push 14 Jan 2026 07:10AM UTC web-flow
86.79
20974999013 update/sbt-scoverage-2.4.4 Merge be3b51548 into ad08e3b0d Pull #261 13 Jan 2026 10:33PM UTC web-flow
86.79
20739237653 master Update sbt, scripted-plugin to 1.12.0 (#260) ## 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.11.7` to `1.12.0` 📜 [GitHub Release Notes](https:/... push 06 Jan 2026 05:39AM UTC web-flow
86.79
20728053121 update/sbt-1.12.0 Merge e93a8c217 into d587b2995 Pull #260 05 Jan 2026 08:22PM UTC web-flow
86.79
20138227210 master Update Scala to 2.13.18 push 11 Dec 2025 03:27PM UTC mr-git
86.79
20104576335 update/sbt-scoverage-2.4.3 Merge efa67fef8 into 44445c275 Pull #259 10 Dec 2025 03:50PM UTC web-flow
86.79
19441297949 update/sbt-scoverage-2.4.2 Merge 5baf13107 into 44445c275 Pull #257 17 Nov 2025 07:06PM UTC web-flow
86.79
19228939032 master Update sbt-scoverage to 2.4.1 (#256) ## About this PR 📦 Updates [org.scoverage:sbt-scoverage](https://github.com/scoverage/sbt-scoverage) from `2.4.0` to `2.4.1` 📜 [GitHub Release Notes](https://github.com/scoverage/sbt-scoverage/releases/tag/v2... push 10 Nov 2025 10:46AM UTC web-flow
86.79
See All Builds (305)
  • 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