From ad33ea392286407f04609cdfd5e9fe230117b745 Mon Sep 17 00:00:00 2001 From: Gabriele Petronella Date: Tue, 31 Mar 2020 12:14:38 +0200 Subject: [PATCH] Remove sbt logging --- project/Dependencies.scala | 3 --- 1 file changed, 3 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index ab1f614b..3cbe5efa 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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" } @@ -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 @@ -186,7 +184,6 @@ object Dependencies { ) val tapiroCoreDependencies = List( - sbtLogging, log4j, scalameta, scalafmtCore,