File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ enablePlugins(SbtOsgi)
5
5
organization := " com.typesafe.scala-logging"
6
6
name := " scala-logging"
7
7
licenses := 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" ))
9
9
incOptions := incOptions.value.withLogRecompileOnMacro(false )
10
10
scalaVersion := Version .scala
11
11
crossScalaVersions := Version .crossScala
@@ -41,8 +41,8 @@ publishArtifact in Test := false
41
41
pomIncludeRepository := (_ => false )
42
42
pomExtra :=
43
43
<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 >
46
46
</scm >
47
47
<developers >
48
48
<developer >
Original file line number Diff line number Diff line change 1
1
import com .typesafe .sbt .SbtScalariform .ScalariformKeys
2
- import scalariform .formatter .preferences .{AlignSingleLineCaseStatements , DoubleIndentClassDeclaration }
2
+ import scalariform .formatter .preferences .{AlignSingleLineCaseStatements , DoubleIndentConstructorArguments }
3
3
4
4
ScalariformKeys .preferences := ScalariformKeys .preferences.value
5
5
.setPreference(AlignSingleLineCaseStatements , true )
6
6
.setPreference(AlignSingleLineCaseStatements .MaxArrowIndent , 100 )
7
- .setPreference(DoubleIndentClassDeclaration , true )
7
+ .setPreference(DoubleIndentConstructorArguments , true )
You can’t perform that action at this time.
0 commit comments