We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bab01e commit 1711ff1Copy full SHA for 1711ff1
bin/common
@@ -8,7 +8,7 @@ function getLastStringOnLineWith {
8
}
9
10
# Configuration
11
-SCALA_VERSION=$(getLastStringOnLineWith "scalaVersion in")
+SCALA_VERSION=$(getLastStringOnLineWith "val scalacVersion")
12
SCALA_BINARY_VERSION=2.11
13
SCALA_COMPILER_VERSION=$(getLastStringOnLineWith "scala-compiler")
14
SBT_VERSION=$(grep "sbt.version=" "$DOTTY_ROOT/project/build.properties" | sed 's/sbt.version=//')
project/Build.scala
@@ -11,7 +11,7 @@ import sbt.Package.ManifestAttributes
object DottyBuild extends Build {
- val scalacVersion = "2.11.5"
+ val scalacVersion = "2.11.5" // Do not rename, this is grepped in bin/common.
15
16
val dottyOrganization = "ch.epfl.lamp"
17
val dottyVersion = {
0 commit comments