File tree 2 files changed +3
-3
lines changed
adapter/src/main/scala-2.10
build/src/it/scala/com/typesafe/dbuild/build 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ object Adapter {
43
43
type Artifact = sbt.Artifact
44
44
type ProjectResolver = sbt.ProjectResolver
45
45
type ScalaInstance = sbt.ScalaInstance
46
- val ScalaInstance = sbt.ScalaInstance
47
- val Load = sbt.dbuild.hack.DbuildHack .Load
46
+ lazy val ScalaInstance = sbt.ScalaInstance
47
+ lazy val Load = sbt.dbuild.hack.DbuildHack .Load
48
48
val applyCross : (String , Option [String => String ]) => String =
49
49
sbt.CrossVersion .applyCross
50
50
def defaultID (base : File , prefix : String = " default" ) =
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ object RewireSpec extends Specification {
28
28
| check-missing: [false, false, false]
29
29
| cross-version: standard
30
30
| space: test
31
- | sbt-version: "0.13.7-M1 "
31
+ | sbt-version: "0.13.8 "
32
32
| extraction-version: "2.11.1"
33
33
| projects: [
34
34
| {
You can’t perform that action at this time.
0 commit comments