Skip to content

Commit 0d68f35

Browse files
authored
Merge pull request #918 from typelevel/update/sbt-typelevel-ci-release-0.4.15
Update sbt-typelevel-ci-release, ... to 0.4.15
2 parents 707aaa8 + f8c1f1e commit 0d68f35

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
@@ -93,7 +93,7 @@ jobs:
9393
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
9494

9595
- name: Check that workflows are up to date
96-
run: sbt 'project ${{ matrix.project }}' '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
96+
run: sbt githubWorkflowCheck
9797

9898
- name: scalaJSLink
9999
if: matrix.project == 'rootJS'

project/plugin.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
55
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3")
6-
val sbtTypelevelVersion = "0.4.13"
6+
val sbtTypelevelVersion = "0.4.15"
77
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % sbtTypelevelVersion)
88
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % sbtTypelevelVersion)

0 commit comments

Comments
 (0)