Skip to content

Commit

Permalink
Merge pull request #1955 from scala-steward/update/sbt-typelevel-ci-r…
Browse files Browse the repository at this point in the history
…elease-0.6.3

Update sbt-typelevel-ci-release, ... to 0.6.3
  • Loading branch information
jatcwang authored Dec 4, 2023
2 parents cbc7cd3 + 5804321 commit c8e9226
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Setup Java (temurin@11)
id: setup-java-temurin-11
if: matrix.java == 'temurin@11'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Setup Java (temurin@11)
id: setup-java-temurin-11
if: matrix.java == 'temurin@11'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
- name: Setup Java (temurin@11)
id: setup-java-temurin-11
if: matrix.java == 'temurin@11'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.10.5")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
addSbtPlugin("com.github.sbt" % "sbt-ghpages" % "0.7.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.6.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.3")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.2")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
Expand Down

0 comments on commit c8e9226

Please sign in to comment.