Skip to content

Commit 7a876c0

Browse files
committed
Downgrade sbt-typelevel
1 parent 8d41d48 commit 7a876c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
6868

6969
- name: Check that workflows are up to date
70-
run: sbt githubWorkflowCheck
70+
run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
7171

7272
- name: Check headers and formatting
7373
if: matrix.java == 'temurin@8'

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.14")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0")
33
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")

0 commit comments

Comments
 (0)