File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11libraryDependencies += " org.scala-js" %% " scalajs-env-selenium" % " 1.1.1"
22libraryDependencies += " 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 " )
55addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.1" )
66addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
You can’t perform that action at this time.
0 commit comments