Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit 42f918f

Browse files
committed
Release 1.3.1: Remove slf4j dependency
1 parent e60ac58 commit 42f918f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file("."))
22
.settings(
33
name := "scala-http-client",
44
organization := "io.moia",
5-
version := "1.3.0",
5+
version := "1.3.1",
66
licenses += ("Apache-2.0", url("http://www.apache.org/licenses/LICENSE-2.0")),
77
scmInfo := Some(ScmInfo(url("https://github.com/moia-dev/scala-http-client"), "scm:[email protected]:moia-dev/scala-http-client.git")),
88
homepage := Some(url("https://github.com/moia-dev/scala-http-client")),
@@ -48,8 +48,7 @@ lazy val testDependencies = Seq(
4848
)
4949

5050
lazy val loggingDependencies = Seq(
51-
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2" % Compile,
52-
"org.slf4j" % "slf4j-simple" % "1.7.30" % Compile
51+
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"
5352
)
5453

5554
scapegoatVersion in ThisBuild := "1.4.1"

0 commit comments

Comments
 (0)