mirror of https://github.com/sbt/sbt.git
fix compiler-project/error-in-invalidated
This commit is contained in:
parent
62845b6266
commit
d1409e5041
|
|
@ -1,5 +1,6 @@
|
|||
ThisBuild / scalaVersion := "2.12.8"
|
||||
|
||||
lazy val root = (project in file(".")).
|
||||
settings(
|
||||
incOptions := xsbti.compile.IncOptions.of(),
|
||||
scalaVersion := "2.11.7"
|
||||
incOptions := xsbti.compile.IncOptions.of()
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue