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.
1 parent ac92ef2 commit e0c59baCopy full SHA for e0c59ba
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
uses: sbt/setup-sbt@v1
41
42
- name: Build project
43
- run: sbt scalafmtCheckAll test scripted
+ run: sbt -v scalafmtCheckAll test scripted
44
env:
45
PROTOFETCH_GIT_PROTOCOL: https
46
build.sbt
@@ -23,6 +23,7 @@ lazy val `sbt-protofetch` = (project in file("sbt-protofetch"))
23
.enablePlugins(SbtPlugin)
24
.settings(common)
25
.settings(
26
+ crossScalaVersions := Seq(versions.scala212),
27
pluginCrossBuild / sbtVersion := {
28
scalaBinaryVersion.value match {
29
case "2.12" =>
0 commit comments