File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ import scalafix.sbt.ScalafixPlugin.autoImport._
4
4
import wartremover .WartRemover .autoImport ._
5
5
6
6
object BuildSettings {
7
+
7
8
lazy val common = Seq (
8
9
ThisBuild / scalaVersion := " 2.12.10" ,
9
10
libraryDependencies ++= Seq (
@@ -38,4 +39,5 @@ object BuildSettings {
38
39
Wart .EitherProjectionPartial
39
40
)
40
41
)
42
+
41
43
}
Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ object Dependencies {
19
19
20
20
object Versions {
21
21
22
- val silencer = " 1.4.4"
23
22
val http4s = " 0.20.11"
23
+ val silencer = " 1.4.4"
24
24
25
25
}
26
26
Original file line number Diff line number Diff line change
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" )
1
4
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.0.6" )
2
5
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 1.3.4" )
3
6
addSbtPlugin(" com.geirsson" % " sbt-ci-release" % " 1.4.31" )
4
7
addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " 3.0.0" )
5
8
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" )
You can’t perform that action at this time.
0 commit comments