Skip to content

Commit

Permalink
Bump version to v0.11.4 for hotfix release.
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Jul 3, 2017
1 parent 760620e commit 95bf870
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Common {
)

val settings: Seq[Setting[_]] = ls.Plugin.lsSettings ++ Seq(
version := "0.11.3",
version := "0.11.4",

crossScalaVersions := Seq("2.10.4", "2.11.5"),

Expand All @@ -28,8 +28,8 @@ object Common {

publishTo <<= version { (v: String) =>
val nexus = "https://oss.sonatype.org/"
if (v.trim.endsWith("SNAPSHOT"))
Some("snapshots" at nexus + "content/repositories/snapshots")
if (v.trim.endsWith("SNAPSHOT"))
Some("snapshots" at nexus + "content/repositories/snapshots")
else
Some("releases" at nexus + "service/local/staging/deploy/maven2")
},
Expand Down

0 comments on commit 95bf870

Please sign in to comment.