Skip to content

Commit 93ca6fc

Browse files
committed
Fix libraryDependencies
1 parent 2657234 commit 93ca6fc

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build.sbt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@ logBuffered in Test := false
2020

2121
libraryDependencies ++= Seq(
2222
"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",
2723
"org.json4s" %% "json4s-native" % "3.4.0",
28-
"org.scalatest" %% "scalatest" % "3.0.0" % Test,
29-
"org.scala-lang" % "scala-actors" % scalaVersion.value % Test
24+
"junit" % "junit" % "4.12" % Test,
25+
"org.xerial" % "fluentd-standalone" % "0.1.2" % Test,
26+
"org.scalatest" %% "scalatest" % "3.0.0" % Test
3027
)
3128

3229
pomExtra := (

0 commit comments

Comments
 (0)