Skip to content

Commit 2ca0391

Browse files
authored
Merge pull request #68 from scala-steward/update/sbt-typelevel-0.4.16
Update sbt-typelevel to 0.4.16
2 parents 8e5b4f9 + 3b33f87 commit 2ca0391

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
@@ -78,7 +78,7 @@ jobs:
7878
run: npm install
7979

8080
- name: Check that workflows are up to date
81-
run: sbt '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
81+
run: sbt githubWorkflowCheck
8282

8383
- run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}'
8484

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
22
libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"
33

4-
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13")
4+
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.16")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
66
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

0 commit comments

Comments
 (0)