Skip to content

Commit

Permalink
Merge branch 'master' into update/mockito-core-5.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gaeljw authored Sep 30, 2024
2 parents f17282a + fd2a56c commit 51dce04
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/renovatebot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Self-hosted Renovate
uses: renovatebot/[email protected].9
uses: renovatebot/[email protected].10
with:
configurationFile: .github/renovate-config.js
token: ${{ secrets.RENOVATE_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def scalaCollectionsCompat(scalaVersion: String): immutable.Seq[ModuleID] = {
}

val scala212 = "2.12.20"
val scala213 = "2.13.14"
val scala213 = "2.13.15"
val scala3 = "3.3.3"

ThisBuild / scalaVersion := scala213
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
logLevel := Level.Warn

// https://github.com/scoverage/sbt-scoverage/releases
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")

// https://github.com/scoverage/sbt-coveralls/releases
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.13")
Expand Down

0 comments on commit 51dce04

Please sign in to comment.