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.
1 parent 9414dee commit c7f9c19Copy full SHA for c7f9c19
build.sbt
@@ -6,7 +6,7 @@ val slf4jLog4jArtifact = "slf4j-log4j12"
6
lazy val commonSettings = Seq(
7
name := "scalatest-embedded-kafka",
8
organization := "net.manub",
9
- scalaVersion := "2.11.8",
+ crossScalaVersions := Seq("2.10.6", "2.11.8"),
10
homepage := Some(url("https://github.com/manub/scalatest-embedded-kafka")),
11
parallelExecution in Test := false,
12
libraryDependencies ++= Seq(
0 commit comments