mirror of https://github.com/sbt/sbt.git
remove scala-xml libraryDependencySchemes
This commit is contained in:
parent
6f02980a94
commit
27594f22cb
|
|
@ -43,7 +43,6 @@ ThisBuild / scmInfo := Some(
|
||||||
ScmInfo(url("https://github.com/sbt/sbt"), "git@github.com:sbt/sbt.git")
|
ScmInfo(url("https://github.com/sbt/sbt"), "git@github.com:sbt/sbt.git")
|
||||||
)
|
)
|
||||||
ThisBuild / resolvers += Resolver.mavenLocal
|
ThisBuild / resolvers += Resolver.mavenLocal
|
||||||
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
|
|
||||||
ThisBuild / mimaFailOnNoPrevious := false
|
ThisBuild / mimaFailOnNoPrevious := false
|
||||||
|
|
||||||
Global / semanticdbEnabled := !(Global / insideCI).value
|
Global / semanticdbEnabled := !(Global / insideCI).value
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue