@@ -6,7 +6,7 @@ version := "0.6.1-SNAPSHOT"
66
77publishMavenStyle := true
88
9- scalaVersion := " 2.11.7 "
9+ scalaVersion := " 2.11.8 "
1010
1111crossScalaVersions := Seq (" 2.10.6" , scalaVersion.value)
1212
@@ -20,16 +20,13 @@ logBuffered in Test := false
2020
2121libraryDependencies ++= Seq (
2222 " org.fluentd" % " fluent-logger" % " 0.3.2" ,
23- " junit" % " junit" % " 4.12" % " test" ,
24- " org.slf4j" % " slf4j-api" % " 1.7.13" ,
25- " org.slf4j" % " slf4j-simple" % " 1.7.13" % " test" ,
26- " org.xerial" % " fluentd-standalone" % " 0.1.2"
27- )
28-
29- libraryDependencies ++= Seq (
30- " org.json4s" %% " json4s-native" % " 3.3.0" ,
31- " org.scalatest" %% " scalatest" % " 2.2.6" % " test" ,
32- " org.scala-lang" % " scala-actors" % scalaVersion.value % " test"
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
3330)
3431
3532pomExtra := (
0 commit comments