Skip to content

Commit b2dbe10

Browse files
committed
style: Small tweaks to build definition
1 parent ec97702 commit b2dbe10

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

project/BuildSettings.scala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import scalafix.sbt.ScalafixPlugin.autoImport._
44
import wartremover.WartRemover.autoImport._
55

66
object BuildSettings {
7+
78
lazy val common = Seq(
89
ThisBuild / scalaVersion := "2.12.10",
910
libraryDependencies ++= Seq(
@@ -38,4 +39,5 @@ object BuildSettings {
3839
Wart.EitherProjectionPartial
3940
)
4041
)
42+
4143
}

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ object Dependencies {
1919

2020
object Versions {
2121

22-
val silencer = "1.4.4"
2322
val http4s = "0.20.11"
23+
val silencer = "1.4.4"
2424

2525
}
2626

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.8")
2+
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.7")
3+
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.3")
14
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.6")
25
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "1.3.4")
36
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31")
47
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
58
addSbtPlugin("io.chrisdavenport" % "sbt-mima-version-check" % "0.1.2")
6-
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.7")
7-
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.3")
8-
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.8")

0 commit comments

Comments
 (0)