Skip to content

Commit

Permalink
Fix RC7 update
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jul 19, 2023
1 parent 8448992 commit 88dbd50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,8 @@ jobs:
- name: Submit Dependencies
uses: scalacenter/sbt-dependency-submission@v2
with:
modules-ignore: test root
configs-ignore: test scala-tool scala-doc-tool
modules-ignore: test_2.13 test_2.12 magnolify_2.13 magnolify_2.12
configs-ignore: test scala-tool scala-doc-tool test-internal

validate-steward:
name: Validate Steward Config
Expand Down
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ lazy val keepExistingHeader =
val commonSettings = Seq(
tlFatalWarnings := false,
tlJdkRelease := Some(8),
tlSkipIrrelevantScalas := true,
scalacOptions ++= {
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((3, _)) =>
Expand Down

0 comments on commit 88dbd50

Please sign in to comment.