Skip to content

Commit f0419e4

Browse files
authored
Merge pull request #335 from scala-steward/update/sbt-typelevel-0.4.19
Update sbt-typelevel to 0.4.19
2 parents 209b7da + c33b281 commit f0419e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,4 @@ jobs:
253253
(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)
254254
255255
- name: Publish
256-
run: sbt '++ ${{ matrix.scala }}' tlRelease
256+
run: sbt '++ ${{ matrix.scala }}' tlCiRelease

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.18")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.19")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.12")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")

0 commit comments

Comments
 (0)