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 a10a1b9 commit cebe244Copy full SHA for cebe244
proj/advxml.conf
@@ -4,9 +4,7 @@ vars.proj.advxml: ${vars.base} {
4
name: "advxml"
5
uri: "https://github.com/geirolz/advxml.git#01ca690fb91ad8bd9e1d877276adb4d11475343b"
6
7
- extra.settings: ${vars.base.extra.settings} [
8
- // resolve version conflict (from sbt-scoverage, probably?)
9
- // one-deeper nesting level makes it apply to build definition
10
- ["""ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always"""]
+ extra.commands: ${vars.default-commands} [
+ "appendScalacOptions -Xsource-features:eta-expand-always"
11
]
12
}
0 commit comments