mirror of https://github.com/sbt/sbt.git
Fixes scripted test
This commit is contained in:
parent
14b9bd6e7a
commit
444f0dc8b0
|
|
@ -1,3 +1,5 @@
|
|||
scalaVersion := "2.10.6"
|
||||
|
||||
externalPom()
|
||||
lazy val root = (project in file("."))
|
||||
.settings(
|
||||
scalaVersion := "2.12.6",
|
||||
externalPom()
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue