Skip to content

Commit a8d89be

Browse files
author
Nathan Hamblen
committed
Version bump
1 parent c34962c commit a8d89be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: project/common.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Common {
44
import Keys._
55

6-
val defaultScalaVersion = "2.11.2"
6+
val defaultScalaVersion = "2.11.5"
77

88
val testSettings:Seq[Setting[_]] = Seq(
99
testOptions in Test += Tests.Cleanup { loader =>
@@ -13,7 +13,7 @@ object Common {
1313
)
1414

1515
val settings: Seq[Setting[_]] = ls.Plugin.lsSettings ++ Seq(
16-
version := "0.11.2",
16+
version := "0.11.3",
1717

1818
crossScalaVersions := Seq("2.9.3", "2.10.4", "2.11.5"),
1919

0 commit comments

Comments
 (0)