File tree Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Expand file tree Collapse file tree 2 files changed +2
-21
lines changed Original file line number Diff line number Diff line change 8989 strategy :
9090 matrix :
9191 os : [ubuntu-latest]
92- scala : [3.1.3]
9392 java : [temurin@8]
9493 runs-on : ${{ matrix.os }}
9594 steps :
@@ -138,36 +137,18 @@ jobs:
138137 (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)
139138
140139 - name : Publish
141- run : sbt '++ ${{ matrix.scala }}' tlCiRelease
140+ run : sbt tlCiRelease
142141
143142 validate-steward :
144143 name : Validate Steward Config
145144 strategy :
146145 matrix :
147146 os : [ubuntu-latest]
148- scala : [2.13.6]
149- java : [temurin@11]
150147 runs-on : ${{ matrix.os }}
151148 steps :
152149 - name : Checkout current branch (fast)
153150 uses : actions/checkout@v3
154151
155- - name : Download Java (temurin@17)
156- id : download-java-temurin-17
157- if : matrix.java == 'temurin@17'
158- uses : typelevel/download-java@v2
159- with :
160- distribution : temurin
161- java-version : 17
162-
163- - name : Setup Java (temurin@17)
164- if : matrix.java == 'temurin@17'
165- uses : actions/setup-java@v3
166- with :
167- distribution : jdkfile
168- java-version : 17
169- jdkFile : ${{ steps.download-java-temurin-17.outputs.jdkFile }}
170-
171152 - uses : coursier/setup-action@v1
172153 with :
173154 apps : scala-steward
Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.4.0"
22libraryDependencies += " org.scala-js" %% " scalajs-env-selenium" % " 1.1.1"
33libraryDependencies += " org.scala-js" %% " scalajs-env-jsdom-nodejs" % " 1.1.0"
44
5- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.20 " )
5+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.21 " )
66addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.1" )
77addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.11.0" )
You can’t perform that action at this time.
0 commit comments