Skip to content

Commit c06ee7b

Browse files
committed
minor
1 parent 6692a5e commit c06ee7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def macroDependencies(version: String) =
1313

1414
lazy val sourcecode = crossProject.settings(
1515
version := "0.1.3",
16-
scalaVersion := "2.11.8",
16+
scalaVersion := "2.11.11",
1717
name := "sourcecode" ,
1818
organization := "com.lihaoyi",
1919
libraryDependencies ++= macroDependencies(scalaVersion.value),

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=0.13.13
1+
sbt.version=0.13.15

0 commit comments

Comments
 (0)