We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8e5b4f9 + 3b33f87 commit 2ca0391Copy full SHA for 2ca0391
.github/workflows/ci.yml
@@ -78,7 +78,7 @@ jobs:
78
run: npm install
79
80
- name: Check that workflows are up to date
81
- run: sbt '++${{ matrix.scala }}' 'project /' githubWorkflowCheck
+ run: sbt githubWorkflowCheck
82
83
- run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}'
84
project/plugins.sbt
@@ -1,6 +1,6 @@
1
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
2
libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"
3
4
-addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.13")
+addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.16")
5
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
6
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
0 commit comments