@@ -14,13 +14,13 @@ def crossSettings[T](scalaVersion: String, if3: List[T], if2: List[T]): List[T]
1414
1515lazy val commonSettings = Seq (
1616 organization := " com.evolutiongaming" ,
17- homepage := Some (url (" https://github.com/evolution-gaming/skafka" )),
17+ homepage := Some (uri (" https://github.com/evolution-gaming/skafka" )),
1818 startYear := Some (2018 ),
1919 organizationName := " Evolution" ,
20- organizationHomepage := Some (url (" https://evolution.com" )),
20+ organizationHomepage := Some (uri (" https://evolution.com" )),
2121 scalaVersion := crossScalaVersions.value.head,
2222 crossScalaVersions := Seq (" 2.13.18" , " 3.3.8" ),
23- licenses := Seq ((" MIT" , url (" https://opensource.org/licenses/MIT" ))),
23+ licenses := Seq ((" MIT" , uri (" https://opensource.org/licenses/MIT" ))),
2424 Compile / doc / scalacOptions += " -no-link-warnings" ,
2525 scalacOptions ++= crossSettings(
2626 scalaVersion.value,
@@ -44,7 +44,7 @@ lazy val commonSettings = Seq(
4444 libraryDependencies ++= crossSettings(
4545 scalaVersion.value,
4646 if3 = Nil ,
47- if2 = List (compilerPlugin(`kind-projector` cross CrossVersion .full))
47+ if2 = List (compilerPlugin(`kind-projector`. cross( CrossVersion .full) ))
4848 ),
4949 scalacOptsFailOnWarn := Some (false ),
5050 publishTo := Some (Resolver .evolutionReleases),
@@ -65,14 +65,14 @@ ThisBuild / versionPolicyIgnored ++= Seq(
6565)
6666
6767val alias : Seq [sbt.Def .Setting [? ]] =
68- addCommandAlias(" fmt" , " all scalafmtAll scalafmtSbt " ) ++
69- addCommandAlias(" check" , " all versionPolicyCheck Compile/doc scalafmtCheckAll scalafmtSbtCheck " ) ++
70- addCommandAlias(" build" , " +all compile test " )
68+ addCommandAlias(" fmt" , " all scalafmtRepo " ) ++
69+ addCommandAlias(" check" , " all versionPolicyCheck Compile/doc scalafmtCheckRepo " ) ++
70+ addCommandAlias(" build" , " +all compile testFull " )
7171
7272lazy val root = project
7373 .in(file(" ." ))
7474 .disablePlugins(MimaPlugin )
75- .settings(name := " skafka" )
75+ .settings(name := " skafka-root " )
7676 .settings(commonSettings)
7777 .settings(publish / skip := true )
7878 .settings(alias)
0 commit comments