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 @@ -196,4 +196,4 @@ jobs:
196196 (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)
197197
198198 - name : Publish
199- run : sbt '++ ${{ matrix.scala }}' tlRelease
199+ run : sbt '++ ${{ matrix.scala }}' tlCiRelease
Original file line number Diff line number Diff line change 11addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
22addSbtPlugin(" com.lightbend.sbt" % " sbt-java-formatter" % " 0.8.0" )
33addSbtPlugin(" io.spray" % " sbt-revolver" % " 0.9.1" )
4- addSbtPlugin(" org.http4s" %% " sbt-http4s-org" % " 0.14.10 " )
4+ addSbtPlugin(" org.http4s" %% " sbt-http4s-org" % " 0.14.11 " )
You can’t perform that action at this time.
0 commit comments