mirror of https://github.com/sbt/sbt.git
Fix compile-time-only
This commit is contained in:
parent
84b933802e
commit
d001e30530
|
|
@ -1,8 +1,6 @@
|
|||
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
|
||||
|
||||
ThisBuild / evictionErrorLevel := Level.Info
|
||||
libraryDependencies += "org.scala-sbt" % "sbt" % sbtVersion.value
|
||||
|
||||
|
||||
lazy val expectErrorNotCrash = taskKey[Unit]("Ensures that sbt properly set types on Trees so that the compiler doesn't crash on a bad reference to .value, but gives a proper error instead.")
|
||||
|
||||
expectErrorNotCrash := {
|
||||
|
|
|
|||
Loading…
Reference in New Issue