From e0c59ba1c04a373879574da346d2903315b8115c Mon Sep 17 00:00:00 2001 From: Marcel Kalai Date: Sat, 2 Nov 2024 01:32:10 +0100 Subject: [PATCH] tweaking --- .github/workflows/ci.yml | 2 +- build.sbt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c01da2..5782d19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: uses: sbt/setup-sbt@v1 - name: Build project - run: sbt scalafmtCheckAll test scripted + run: sbt -v scalafmtCheckAll test scripted env: PROTOFETCH_GIT_PROTOCOL: https diff --git a/build.sbt b/build.sbt index 5bea8ba..946b54e 100644 --- a/build.sbt +++ b/build.sbt @@ -23,6 +23,7 @@ lazy val `sbt-protofetch` = (project in file("sbt-protofetch")) .enablePlugins(SbtPlugin) .settings(common) .settings( + crossScalaVersions := Seq(versions.scala212), pluginCrossBuild / sbtVersion := { scalaBinaryVersion.value match { case "2.12" =>