Skip to content

Commit e79d9c0

Browse files
committed
Merge pull request #1 from stefanobaghino/master
cross building across scala 2.10/2.11
2 parents 8342680 + 5eece00 commit e79d9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
lazy val commonSettings = Seq(
22
name := "scalatest-embedded-kafka",
33
organization := "net.manub",
4-
scalaVersion := "2.11.7",
4+
crossScalaVersions := Seq("2.10.5", "2.11.7"),
55
homepage := Some(url("https://github.com/manub/scalatest-embedded-kafka")),
66
parallelExecution in Test := false,
77
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)