File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ object Commons extends ProjectGroup("commons") {
171171 val jvmCommonSettings = Seq (
172172 libraryDependencies ++= Seq (
173173 " org.apache.commons" % " commons-io" % commonsIoVersion % Test ,
174+ " org.slf4j" % " slf4j-simple" % slf4jVersion % Test ,
174175 ),
175176 mimaPreviousArtifacts := previousCompatibleVersions.map { previousVersion =>
176177 organization.value % s " ${name.value}_ ${scalaBinaryVersion.value}" % previousVersion
@@ -372,7 +373,6 @@ object Commons extends ProjectGroup("commons") {
372373 " com.typesafe.scala-logging" %% " scala-logging" % scalaLoggingVersion,
373374
374375 " org.eclipse.jetty" % " jetty-servlet" % jettyVersion % Test ,
375- " org.slf4j" % " slf4j-simple" % slf4jVersion % Test ,
376376 ),
377377 )
378378
You can’t perform that action at this time.
0 commit comments