Skip to content

Commit

Permalink
Merge pull request #72 from scala-steward/update/sbt-typelevel-0.4.17
Browse files Browse the repository at this point in the history
Update sbt-typelevel to 0.4.17
  • Loading branch information
sjrd authored Nov 15, 2022
2 parents c657472 + b460c9f commit 5d1e7c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Check that workflows are up to date
run: sbt githubWorkflowCheck

- run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}'
- run: sbt '++ ${{ matrix.scala }}' '${{ matrix.ci }}'

publish:
name: Publish Artifacts
Expand Down Expand Up @@ -138,4 +138,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 }}' tlRelease
run: sbt '++ ${{ matrix.scala }}' tlRelease
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"

addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.16")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.17")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

0 comments on commit 5d1e7c9

Please sign in to comment.