Skip to content

Commit 1381a51

Browse files
committed
Fix code style
1 parent 78ab7c1 commit 1381a51

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

build.sbt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import de.johoop.findbugs4sbt.ReportType
22

33
organization := "org.msgpack"
44
organizationName := "MessagePack"
5-
organizationHomepage := Some(new
6-
URL("http://msgpack.org/"))
5+
organizationHomepage := Some(new URL("http://msgpack.org/"))
76
description := "MessagePack for Java"
87
scalaVersion in Global := "2.11.7"
98
logBuffered in Test := false
@@ -78,11 +77,9 @@ lazy val msgpackJackson = Project(id = "msgpack-jackson", base = file("msgpack-j
7877

7978
// Release settings
8079

81-
import sbtrelease.ReleasePlugin.autoImport.ReleaseTransformations._
80+
import ReleaseTransformations._
8281

83-
releaseTagName := {
84-
(version in ThisBuild).value
85-
}
82+
releaseTagName := { (version in ThisBuild).value }
8683
releaseProcess := Seq[ReleaseStep](
8784
checkSnapshotDependencies,
8885
inquireVersions,

0 commit comments

Comments
 (0)