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

evolution-gaming / sstream
46%

Build:
DEFAULT BRANCH: master
Repo Added 22 Jul 2019 09:10PM UTC
Files 4
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: master
CHANGE BRANCH
x
Reset
  • master
  • 3d9fca2609c74a4ec26ed58da04d15bf3e14849c
  • 42bd5e4ff6b07c1952f65c6e59d8afa919d1a089
  • 467b0ea0b811de1baee291b48f488efcd30e1a1a
  • 643aa52c68b08b5568aa4e654b246e6190ea2c81
  • 6b86e48986a531c2884d9941cc5de6a54cc92a2c
  • 82ab226d530dd2bdfcdc259903d707c44e7be950
  • 9cd79a17f768a90897733493e83df24ea75e8ca9
  • adopt-shared-ci
  • bbd9337c0a1a62c5a4c95a5c732eaa0247dacf16
  • crossbuild-for-scala-3
  • d513cd0292837fd3605762608df27e6f796812f3
  • dependency-graph
  • edubrovskii/bump-ce3
  • feature/ce3-migration
  • feature/fix-publishing
  • feature/prepare-4-scala-3-release
  • m/Update-sbt-version-policy-to-3.3.0
  • m/revert-234
  • m/update-workflow-to-7.0.1
  • m/updates
  • more-scaladocs-1
  • mr/upgrade
  • reduce-combinator-boxing
  • update-ce3
  • update/cats-effect-3.7.1
  • update/sbt-2.0.7
  • update/sbt-2.0.8
  • update/scala-library-3.9.0
  • update/scala3-library-3.9.0
  • v0.0.1
  • v0.0.10
  • v0.0.11
  • v0.0.2
  • v0.0.3
  • v0.0.4
  • v0.0.5
  • v0.0.6
  • v0.0.7
  • v0.0.8
  • v0.0.9
  • v0.1.0
  • v0.2.0
  • v1.1.0

31 Aug 2026 09:08AM UTC coverage: 45.69%. Remained the same
33376215646

push

github

web-flow
Update sbt to 2.0.8 (#248)

## About this PR
📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `2.0.7`
to `2.0.8`

📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v2.0.8)
- [Version Diff](https://github.com/sbt/sbt/compare/v2.0.7...v2.0.8)

## 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/05a61997c/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", artifactId = "sbt" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-sbt", artifactId = "sbt" }
}]
```
</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.scala-sbt",
          "artifactId" : {
            "name" : "sbt",
            "maybeCrossName" : null
          },
          "version" : "2.0.7",
          "sbtVersion" : null,
          "scalaVersion" : null,
          "configurations" : null
        }
      ],
      "newerVersions" : [
        "2.0.8"
      ],
      "newerGroupId" : null,
      "newerArtifactId" : null
    }
  },
  "Labels" : [
    "library-update",
    "early-semver-patch",
    "semver-spec-patch",
    "version-scheme:early-semver",
    "... (continued)

109 of 255 branches covered (42.75%)

Branch coverage included in aggregate %.

315 of 673 relevant lines covered (46.81%)

0.56 hits per line

Relevant lines Covered
Build:
Build:
673 RELEVANT LINES 315 COVERED LINES
0.56 HITS PER LINE
Source Files on master
  • Tree
  • List 4
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
33376215646 master Update sbt to 2.0.8 (#248) ## About this PR 📦 Updates [org.scala-sbt:sbt](https://github.com/sbt/sbt) from `2.0.7` to `2.0.8` 📜 [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v2.0.8) - [Version Diff](https://github.com/sbt/sbt/co... push 31 Aug 2026 09:09AM UTC web-flow github
45.69
32878271607 master Update cats-effect to 3.7.1 (#247) ## 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 05:31PM UTC web-flow github
45.69
32751868583 master Update scala-github-actions workflows to v7.0.1 (#246) push 24 Aug 2026 04:38PM UTC web-flow github
45.69
32725203990 master [Security] Submit sbt dependency graph to GitHub (#245) Adds the shared dependency-graph workflow from scala-github-actions (v6.4.0). GitHub can't parse build.sbt, so without this the repo gets no Dependabot alerts at all. If some modules are unp... push 24 Aug 2026 12:06PM UTC web-flow github
45.69
32517826827 master Update sbt to 2.0.7 (#244) ## 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/co... push 21 Aug 2026 07:20PM UTC web-flow github
45.69
31429724338 master introduce and apply scalafmt push 10 Aug 2026 08:35PM UTC mr-git github
45.69
31427878099 master Adopt shared Scala CI workflow (#242) Replaces the hand-written ci.yml with a call to the shared workflow, so tests, coverage, binary compatibility, formatting and scaladoc are configured centrally. Same for scalafmt. Drops the now-unused sbt-cov... push 10 Aug 2026 08:13PM UTC web-flow github
40.42
31426247758 master Update sbt-scalac-opts-plugin to 0.2.0 (#240) ## 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/evolu... push 10 Aug 2026 07:54PM UTC web-flow
39.09
30046336562 master Update sbt-scalac-opts-plugin to 0.1.0 (#230) push 23 Jul 2026 09:30PM UTC GitHub
39.09
30009844992 master revert #234 with extra unit-tests (#237) push 23 Jul 2026 01:09PM UTC web-flow
39.09
See All Builds (224)
  • 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