Skip to content

Commit

Permalink
tweaking
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kalai committed Nov 2, 2024
1 parent ac92ef2 commit e0c59ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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" =>
Expand Down

0 comments on commit e0c59ba

Please sign in to comment.