File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ jobs:
107107 strategy :
108108 matrix :
109109 os : [ubuntu-latest]
110- scala : [2.13.10]
111110 java : [temurin@8]
112111 runs-on : ${{ matrix.os }}
113112 steps :
@@ -178,4 +177,4 @@ jobs:
178177 env :
179178 MYGET_USERNAME : ${{ secrets.PLATTFORM_MYGET_ENTERPRISE_WRITE_ID }}
180179 MYGET_PASSWORD : ${{ secrets.PLATTFORM_MYGET_ENTERPRISE_WRITE_SECRET }}
181- run : sbt '++ ${{ matrix.scala }}' +publish
180+ run : sbt +publish
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.20 " )
2- addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.4.20 " )
1+ addSbtPlugin(" org.typelevel" % " sbt-typelevel" % " 0.4.21 " )
2+ addSbtPlugin(" org.typelevel" % " sbt-typelevel-site" % " 0.4.21 " )
33addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.13.0" )
44addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.3.7" )
You can’t perform that action at this time.
0 commit comments