File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ import sbtrelease.Version
3
3
lazy val commonSettings = Seq (
4
4
name := " scalatest-embedded-kafka" ,
5
5
organization := " net.manub" ,
6
- crossScalaVersions := Seq ( " 2.10.6 " , " 2. 11.7 " ) ,
6
+ scalaVersion := " 2.11.8 " ,
7
7
homepage := Some (url(" https://github.com/manub/scalatest-embedded-kafka" )),
8
8
parallelExecution in Test := false ,
9
9
libraryDependencies ++= Seq (
10
10
" org.scalatest" %% " scalatest" % " 2.2.5" ,
11
- " org.apache.kafka" %% " kafka" % " 0.9.0.0 " ,
11
+ " org.apache.kafka" %% " kafka" % " 0.9.0.1 " ,
12
12
" org.apache.zookeeper" % " zookeeper" % " 3.4.7" ,
13
13
" org.apache.avro" % " avro" % " 1.7.7" ,
14
-
14
+ " org.slf4j " % " log4j-over-slf4j " % " 1.7.12 " ,
15
15
" com.typesafe.akka" %% " akka-actor" % " 2.3.14" % Test ,
16
16
" com.typesafe.akka" %% " akka-testkit" % " 2.3.14" % Test
17
17
)
You can’t perform that action at this time.
0 commit comments