diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 603f372..0aded0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -80,7 +80,7 @@ jobs: - name: Check that workflows are up to date run: sbt githubWorkflowCheck - - run: sbt '++${{ matrix.scala }}' '${{ matrix.ci }}' + - run: sbt '++ ${{ matrix.scala }}' '${{ matrix.ci }}' publish: name: Publish Artifacts @@ -138,4 +138,4 @@ jobs: (echo "$PGP_PASSPHRASE"; echo; echo) | gpg --command-fd 0 --pinentry-mode loopback --change-passphrase $(gpg --list-secret-keys --with-colons 2> /dev/null | grep '^sec:' | cut --delimiter ':' --fields 5 | tail -n 1) - name: Publish - run: sbt '++${{ matrix.scala }}' tlRelease + run: sbt '++ ${{ matrix.scala }}' tlRelease diff --git a/project/plugins.sbt b/project/plugins.sbt index fe52535..d5d4f32 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1" libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0" -addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.16") +addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.4.17") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")