Skip to content

Commit

Permalink
Merge pull request #74 from armanbilge/update/sbt-typelevel-0.4.21
Browse files Browse the repository at this point in the history
Update sbt-typelevel to 0.4.21
  • Loading branch information
armanbilge committed May 12, 2023
2 parents 7e5c83b + fd766d9 commit f6c49bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-20.04]
scala: [2.13.10]
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -187,4 +186,4 @@ jobs:
(echo "$PGP_PASSPHRASE"; echo; echo) | gpg --command-fd 0 --pinentry-mode loopback --change-passphrase $(gpg --list-secret-keys --with-colons 2> /dev/null | grep '^sec:' | cut --delimiter ':' --fields 5 | tail -n 1)
- name: Publish
run: sbt '++ ${{ matrix.scala }}' tlCiRelease
run: sbt tlCiRelease
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.20")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.21")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.12")

0 comments on commit f6c49bb

Please sign in to comment.