File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -253,4 +253,4 @@ jobs:
253
253
(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)
254
254
255
255
- name : Publish
256
- run : sbt '++ ${{ matrix.scala }}' tlRelease
256
+ run : sbt '++ ${{ matrix.scala }}' tlCiRelease
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.18 " )
1
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.19 " )
2
2
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.13.0" )
3
3
addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.12" )
4
4
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2.0" )
You can’t perform that action at this time.
0 commit comments