Skip to content

Commit e0c59ba

Browse files
committed
tweaking
1 parent ac92ef2 commit e0c59ba

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: sbt/setup-sbt@v1
4141

4242
- name: Build project
43-
run: sbt scalafmtCheckAll test scripted
43+
run: sbt -v scalafmtCheckAll test scripted
4444
env:
4545
PROTOFETCH_GIT_PROTOCOL: https
4646

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ lazy val `sbt-protofetch` = (project in file("sbt-protofetch"))
2323
.enablePlugins(SbtPlugin)
2424
.settings(common)
2525
.settings(
26+
crossScalaVersions := Seq(versions.scala212),
2627
pluginCrossBuild / sbtVersion := {
2728
scalaBinaryVersion.value match {
2829
case "2.12" =>

0 commit comments

Comments
 (0)