We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2657234 + 93ca6fc commit 08c13f4Copy full SHA for 08c13f4
build.sbt
@@ -20,13 +20,10 @@ logBuffered in Test := false
20
21
libraryDependencies ++= Seq(
22
"org.fluentd" % "fluent-logger" % "0.3.2",
23
- "junit" % "junit" % "4.12" % Test,
24
- "org.slf4j" % "slf4j-api" % "1.7.21",
25
- "org.slf4j" % "slf4j-simple" % "1.7.21" % Test,
26
- "org.xerial" % "fluentd-standalone" % "0.1.2",
27
"org.json4s" %% "json4s-native" % "3.4.0",
28
- "org.scalatest" %% "scalatest" % "3.0.0" % Test,
29
- "org.scala-lang" % "scala-actors" % scalaVersion.value % Test
+ "junit" % "junit" % "4.12" % Test,
+ "org.xerial" % "fluentd-standalone" % "0.1.2" % Test,
+ "org.scalatest" %% "scalatest" % "3.0.0" % Test
30
)
31
32
pomExtra := (
0 commit comments