Skip to content

Commit 32cd6a3

Browse files
authored
Merge pull request #80 from nrkno/update/sbt-typelevel-0.4.21
Update sbt-typelevel, sbt-typelevel-site to 0.4.21
2 parents 5e8ffab + 9207846 commit 32cd6a3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
44
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")

0 commit comments

Comments
 (0)