File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,14 @@ lazy val latestScalacVersion = sys.props.getOrElse(
41
41
}
42
42
)
43
43
44
+ lazy val isDottyVersion = Seq (
45
+ scalaVersion := " 0.1.1-bin-20170530-f8f52cc-NIGHTLY"
46
+ )
47
+
44
48
lazy val infrastructure = project
45
49
.enablePlugins(JmhPlugin )
46
50
.settings(
51
+ isDottyVersion,
47
52
typesafeArtifactoryResolver,
48
53
description := " Infrastrucuture to persist benchmark results annotated with metadata from Git" ,
49
54
crossPaths := false ,
@@ -78,7 +83,7 @@ lazy val scalacRuntime = project
78
83
lazy val compilation = project
79
84
.enablePlugins(JmhPlugin )
80
85
.settings(
81
- scalaVersion := " 2.11.11 " ,
86
+ isDottyVersion ,
82
87
ivyScala := ivyScala.value map { _.copy(overrideScalaVersion = true ) },
83
88
description := " Black box benchmark of the compilers" ,
84
89
fork in run := true ,
You can’t perform that action at this time.
0 commit comments