Skip to content

Commit 8b4fceb

Browse files
authored
Merge pull request #355 from typelevel/update/sbt-typelevel-0.4.14
Update sbt-typelevel to 0.4.14
2 parents 2ab55bd + 6cd1ad0 commit 8b4fceb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
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 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
70+
run: sbt githubWorkflowCheck
7171

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

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
22
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")
33
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
4-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.14")

0 commit comments

Comments
 (0)