Skip to content

Commit 95bf870

Browse files
Bump version to v0.11.4 for hotfix release.
1 parent 760620e commit 95bf870

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

project/common.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ object Common {
1313
)
1414

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

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

@@ -28,8 +28,8 @@ object Common {
2828

2929
publishTo <<= version { (v: String) =>
3030
val nexus = "https://oss.sonatype.org/"
31-
if (v.trim.endsWith("SNAPSHOT"))
32-
Some("snapshots" at nexus + "content/repositories/snapshots")
31+
if (v.trim.endsWith("SNAPSHOT"))
32+
Some("snapshots" at nexus + "content/repositories/snapshots")
3333
else
3434
Some("releases" at nexus + "service/local/staging/deploy/maven2")
3535
},

0 commit comments

Comments
 (0)