Skip to content

Commit

Permalink
Merge pull request #78 from typelevel/update/sbt-typelevel-0.6.4
Browse files Browse the repository at this point in the history
Update sbt-typelevel, sbt-typelevel-site to 0.6.4
  • Loading branch information
armanbilge authored Dec 20, 2023
2 parents c458f0d + a081d61 commit bd764c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Setup Java (temurin@8)
id: setup-java-temurin-8
if: matrix.java == 'temurin@8'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
- name: Setup Java (temurin@8)
id: setup-java-temurin-8
if: matrix.java == 'temurin@8'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
Expand Down Expand Up @@ -184,7 +184,7 @@ jobs:
- name: Setup Java (temurin@8)
id: setup-java-temurin-8
if: matrix.java == 'temurin@8'
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 8
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val SbtTypelevel = "0.6.1"
val SbtTypelevel = "0.6.4"

addSbtPlugin("org.typelevel" % "sbt-typelevel" % SbtTypelevel)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % SbtTypelevel)

0 comments on commit bd764c1

Please sign in to comment.