Skip to content

Commit

Permalink
Remove sbt logging
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Apr 10, 2020
1 parent 814d7da commit ad33ea3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ object Dependencies {
val scalafmtCore = "2.0.0-RC5"
val plantuml = "8059"
val pprint = "0.5.9"
val sbtLogging = "1.3.3"
val tapir = "0.13.2"
val munit = "0.7.2"
}
Expand Down Expand Up @@ -76,7 +75,6 @@ object Dependencies {
val scalafmtCore = "org.scalameta" %% "scalafmt-core" % V.scalafmtCore
val plantuml = "net.sourceforge.plantuml" % "plantuml" % V.plantuml
val pprint = "com.lihaoyi" %% "pprint" % V.pprint
val sbtLogging = "org.scala-sbt" %% "util-logging" % V.sbtLogging
val tapir = "com.softwaremill.sttp.tapir" %% "tapir-core" % V.tapir
val tapirJsonCirce = "com.softwaremill.sttp.tapir" %% "tapir-json-circe" % V.tapir
val tapirCore = "com.softwaremill.sttp.tapir" %% "tapir-core" % V.tapir
Expand Down Expand Up @@ -186,7 +184,6 @@ object Dependencies {
)

val tapiroCoreDependencies = List(
sbtLogging,
log4j,
scalameta,
scalafmtCore,
Expand Down

0 comments on commit ad33ea3

Please sign in to comment.