From 301bc2d055325b90a5a825cd799c74c624c8c3ad Mon Sep 17 00:00:00 2001 From: Scala steward Date: Tue, 19 Feb 2019 03:19:47 +0100 Subject: [PATCH] Update slf4j-api to 1.7.26 --- chapter03/build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter03/build.sbt b/chapter03/build.sbt index 5b2c1a8..7c034cc 100644 --- a/chapter03/build.sbt +++ b/chapter03/build.sbt @@ -60,5 +60,5 @@ lazy val chapter03 = (project in file(".")) .settings(Build.sharedSettings: _*) libraryDependencies ++= Seq( - "org.slf4j" % "slf4j-api" % "1.7.25" + "org.slf4j" % "slf4j-api" % "1.7.26" ) \ No newline at end of file