Skip to content

Commit 3069011

Browse files
committed
revert
1 parent 7d658ab commit 3069011

File tree

7 files changed

+0
-15
lines changed

7 files changed

+0
-15
lines changed

proj/americium.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ vars.proj.americium: ${vars.base} {
44
name: "americium"
55
uri: "https://github.com/sageserpent-open/americium.git#17c629f1eda9a2bb0265d31f4948f82464ddddb1"
66

7-
extra.commands: ${vars.default-commands} [
8-
"appendScalacOptions -Xmigration"
9-
]
107
}

proj/coulomb.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ vars.proj.coulomb: ${vars.base} {
99

1010
extra.projects: ["coulomb_testsJVM"] // builds & tests everything.... I think
1111
extra.commands: ${vars.default-commands} [
12-
"appendScalacOptions -Xmigration"
1312
// otherwise sbt-gpg errors on `publish`
1413
"set every gpgWarnOnFailure := true"
1514
]

proj/doobie.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ vars.proj.doobie: ${vars.base} {
1010
"doobie" // just an aggregation, and causes missing-tut error
1111
]
1212
extra.commands: ${vars.default-commands} [
13-
"appendScalacOptions -Xmigration"
1413
// as per https://github.com/scala/community-builds/pull/835#issuecomment-455729365,
1514
// these subprojects require a Postgres instance for the tests to run
1615
"set postgres / Test / executeTests := Tests.Output(TestResult.Passed, Map(), Iterable())"

proj/metals.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ vars.proj.metals: ${vars.base} {
2424
"unit"
2525
]
2626
extra.commands: ${vars.default-commands} [
27-
"appendScalacOptions -Xmigration"
2827
// HoverTermSuite: https://github.com/scalameta/metals/issues/5318
2928
"""set javapc / unmanagedSources / excludeFilter := HiddenFileFilter || "HoverTermSuite.scala""""
3029
]

proj/refined.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,4 @@ vars.proj.refined: ${vars.base} {
1010
// one-deeper nesting level makes it apply to build definition
1111
["""ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always"""]
1212
]
13-
extra.commands: ${vars.default-commands} [
14-
"appendScalacOptions -Xmigration"
15-
]
1613
}

proj/scala-supertagged.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,4 @@ vars.proj.scala-supertagged: ${vars.base} {
55
uri: "https://github.com/rudogma/scala-supertagged.git#a092b7d72bdfa15ca5b6477ea9b511352b2d0209"
66

77
extra.exclude: ["*JS", "*Native"]
8-
extra.commands: ${vars.default-commands} [
9-
"appendScalacOptions -Xmigration"
10-
]
118
}

proj/specs2.conf

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ vars.proj.specs2: ${vars.base} {
1111
// markdown stuff uses parboiled2 which doesn't work on JDK 17
1212
"markdown*"
1313
]
14-
extra.commands: ${vars.default-commands} [
15-
"appendScalacOptions -Xmigration"
16-
]
1714
}

0 commit comments

Comments
 (0)