Skip to content

Commit 89eb125

Browse files
authored
Merge pull request #15 from typelevel/update/sbt-typelevel-0.4.15
Update sbt-typelevel, sbt-typelevel-site to 0.4.15
2 parents a61195c + b0c5695 commit 89eb125

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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 '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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.13")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.15")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.4.15")
33
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")

0 commit comments

Comments
 (0)