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 6692a5e commit c06ee7bCopy full SHA for c06ee7b
build.sbt
@@ -13,7 +13,7 @@ def macroDependencies(version: String) =
13
14
lazy val sourcecode = crossProject.settings(
15
version := "0.1.3",
16
- scalaVersion := "2.11.8",
+ scalaVersion := "2.11.11",
17
name := "sourcecode" ,
18
organization := "com.lihaoyi",
19
libraryDependencies ++= macroDependencies(scalaVersion.value),
project/build.properties
@@ -1 +1 @@
1
-sbt.version=0.13.13
+sbt.version=0.13.15
0 commit comments