Skip to content

Commit

Permalink
Merge pull request #138 from Dwolla/update/sbt-typelevel-ci-0.6.3
Browse files Browse the repository at this point in the history
Update sbt-typelevel-ci, ... to 0.6.3
  • Loading branch information
mergify[bot] authored Dec 1, 2023
2 parents b306586 + decd243 commit 532a865
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup Java (corretto@17)
id: setup-java-corretto-17
if: matrix.java == 'corretto@17'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: corretto
java-version: 17
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.6.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci" % "0.6.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.6.3")
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.6.3")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.3")

Expand Down

0 comments on commit 532a865

Please sign in to comment.