Skip to content

Commit

Permalink
Merge pull request #90 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 authored May 12, 2023
2 parents d47692b + 9eedcb3 commit 40f97ce
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 @@ -112,7 +112,6 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.10]
java: [temurin@17]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -181,4 +180,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,4 +1,4 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.20")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.21")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")

libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"

0 comments on commit 40f97ce

Please sign in to comment.