Skip to content

Commit cebe244

Browse files
committed
fix advxml
1 parent a10a1b9 commit cebe244

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

proj/advxml.conf

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ vars.proj.advxml: ${vars.base} {
44
name: "advxml"
55
uri: "https://github.com/geirolz/advxml.git#01ca690fb91ad8bd9e1d877276adb4d11475343b"
66

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"""]
7+
extra.commands: ${vars.default-commands} [
8+
"appendScalacOptions -Xsource-features:eta-expand-always"
119
]
1210
}

0 commit comments

Comments
 (0)