File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ enablePlugins(SbtOsgi)
55organization := " com.typesafe.scala-logging"
66name := " scala-logging"
77licenses := Seq (" Apache 2.0 License" -> url(" http://www.apache.org/licenses/LICENSE-2.0.html" ))
8- homepage := Some (url(" https://github.com/typesafehub /scala-logging" ))
8+ homepage := Some (url(" https://github.com/lightbend /scala-logging" ))
99incOptions := incOptions.value.withLogRecompileOnMacro(false )
1010scalaVersion := Version .scala
1111crossScalaVersions := Version .crossScala
@@ -41,8 +41,8 @@ publishArtifact in Test := false
4141pomIncludeRepository := (_ => false )
4242pomExtra :=
4343 <scm >
44- <url >https:// github.com/ typesafehub / scala- logging</url >
45- <connection >scm: git: git:// github.com/ typesafehub / scala- logging.git</connection >
44+ <url >https:// github.com/ lightbend / scala- logging</url >
45+ <connection >scm: git: git:// github.com/ lightbend / scala- logging.git</connection >
4646 </scm >
4747 <developers >
4848 <developer >
Original file line number Diff line number Diff line change 11import com .typesafe .sbt .SbtScalariform .ScalariformKeys
2- import scalariform .formatter .preferences .{AlignSingleLineCaseStatements , DoubleIndentClassDeclaration }
2+ import scalariform .formatter .preferences .{AlignSingleLineCaseStatements , DoubleIndentConstructorArguments }
33
44ScalariformKeys .preferences := ScalariformKeys .preferences.value
55 .setPreference(AlignSingleLineCaseStatements , true )
66 .setPreference(AlignSingleLineCaseStatements .MaxArrowIndent , 100 )
7- .setPreference(DoubleIndentClassDeclaration , true )
7+ .setPreference(DoubleIndentConstructorArguments , true )
You can’t perform that action at this time.
0 commit comments