summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-03-08 23:33:04 -0500
committerSeth Tisue <seth@tisue.net>2016-03-08 23:33:04 -0500
commit805a4f3c011af9cd57c820c599c862737264b52e (patch)
tree80e47b703518b7ca6c4f1f708a3a35c6bb2fe001 /build.sbt
parent1706a37eb84ec252aea77bccebad3e48448534ad (diff)
downloadscala-805a4f3c011af9cd57c820c599c862737264b52e.tar.gz
scala-805a4f3c011af9cd57c820c599c862737264b52e.tar.bz2
scala-805a4f3c011af9cd57c820c599c862737264b52e.zip
bump versions after 2.11.8 release
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index b36f54ba99..4465b662ca 100644
--- a/build.sbt
+++ b/build.sbt
@@ -113,7 +113,7 @@ lazy val publishSettings : Seq[Setting[_]] = Seq(
// VersionUtil.versionPropertiesImpl for details. The standard sbt `version` setting should not be set directly. It
// is the same as the Maven version and derived automatically from `baseVersion` and `baseVersionSuffix`.
globalVersionSettings
-baseVersion in Global := "2.11.8"
+baseVersion in Global := "2.11.9"
baseVersionSuffix in Global := "SNAPSHOT"
lazy val commonSettings = clearSourceAndResourceDirectories ++ publishSettings ++ Seq[Setting[_]](