Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: scoverage/sbt-scoverage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.3.1
Choose a base ref
...
head repository: scoverage/sbt-scoverage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: refs/heads/main
Choose a head ref
  • 8 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 27, 2025

  1. Update scalafmt-core to 3.9.1

    scala-steward authored and ckipp01 committed Feb 27, 2025
    Copy the full SHA
    af3088d View commit details

Commits on Mar 5, 2025

  1. Update sbt, scripted-plugin to 1.10.9

    scala-steward authored and ckipp01 committed Mar 5, 2025
    Copy the full SHA
    6e226bc View commit details
  2. Update scalafmt-core to 3.9.2

    scala-steward authored and ckipp01 committed Mar 5, 2025
    Copy the full SHA
    0406dcc View commit details

Commits on Mar 8, 2025

  1. Update scalafmt-core to 3.9.3

    scala-steward authored and ckipp01 committed Mar 8, 2025
    Copy the full SHA
    ac7dfc6 View commit details
  2. Update sbt, scripted-plugin to 1.10.10

    scala-steward authored and ckipp01 committed Mar 8, 2025
    Copy the full SHA
    ee9095f View commit details

Commits on Mar 14, 2025

  1. Update sbt-ci-release to 1.9.3

    scala-steward authored and ckipp01 committed Mar 14, 2025
    Copy the full SHA
    73c7638 View commit details
  2. Update scalafmt-core to 3.9.4

    scala-steward authored and ckipp01 committed Mar 14, 2025
    Copy the full SHA
    171cd34 View commit details

Commits on Mar 20, 2025

  1. Update sbt, scripted-plugin to 1.10.11

    scala-steward authored and ckipp01 committed Mar 20, 2025
    Copy the full SHA
    1892341 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 .scalafmt.conf
  2. +1 −1 project/build.properties
  3. +1 −1 project/plugins.sbt
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version = "3.9.0"
version = "3.9.4"
project.git = true
runner.dialect = "scala213"
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.7
sbt.version=1.10.11
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryDependencies += "org.scala-sbt" %% "scripted-plugin" % sbtVersion.value
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")