Skip to content

Commit

Permalink
Merge pull request #245 from http4s/update/sbt-typelevel-0.6.2
Browse files Browse the repository at this point in the history
Update sbt-typelevel, ... to 0.6.2
  • Loading branch information
armanbilge committed Nov 13, 2023
2 parents 6be5b8b + 37fa9d0 commit 1cd3a02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [temurin@8]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val sbtTypelevelVersion = "0.6.1"
val sbtTypelevelVersion = "0.6.2"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % sbtTypelevelVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-scalafix" % sbtTypelevelVersion)
Expand Down

0 comments on commit 1cd3a02

Please sign in to comment.