File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 80
80
- name : Check that workflows are up to date
81
81
run : sbt githubWorkflowCheck
82
82
83
- - run : sbt '++${{ matrix.scala }}' '${{ matrix.ci }}'
83
+ - run : sbt '++ ${{ matrix.scala }}' '${{ matrix.ci }}'
84
84
85
85
publish :
86
86
name : Publish Artifacts
@@ -138,4 +138,4 @@ jobs:
138
138
(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)
139
139
140
140
- name : Publish
141
- run : sbt '++${{ matrix.scala }}' tlRelease
141
+ run : sbt '++ ${{ matrix.scala }}' tlRelease
Original file line number Diff line number Diff line change 1
1
libraryDependencies += " org.scala-js" %% " scalajs-env-selenium" % " 1.1.1"
2
2
libraryDependencies += " org.scala-js" %% " scalajs-env-jsdom-nodejs" % " 1.1.0"
3
3
4
- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.16 " )
4
+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.17 " )
5
5
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.1" )
6
6
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
You can’t perform that action at this time.
0 commit comments