Skip to content

Commit 5d1e7c9

Browse files
authored
Merge pull request #72 from scala-steward/update/sbt-typelevel-0.4.17
Update sbt-typelevel to 0.4.17
2 parents c657472 + b460c9f commit 5d1e7c9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Check that workflows are up to date
8181
run: sbt githubWorkflowCheck
8282

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

8585
publish:
8686
name: Publish Artifacts
@@ -138,4 +138,4 @@ jobs:
138138
(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)
139139
140140
- name: Publish
141-
run: sbt '++${{ matrix.scala }}' tlRelease
141+
run: sbt '++ ${{ matrix.scala }}' tlRelease

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
22
libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"
33

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

0 commit comments

Comments
 (0)