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 c057671 commit 3907042Copy full SHA for 3907042
build.sbt
@@ -11,8 +11,8 @@ val slf4jLog4jArtifact = "slf4j-log4j12"
11
12
lazy val commonSettings = Seq(
13
organization := "net.manub",
14
- scalaVersion := "2.12.3",
15
- crossScalaVersions := Seq("2.12.3", "2.11.11"),
+ scalaVersion := "2.12.4",
+ crossScalaVersions := Seq("2.12.4", "2.11.11"),
16
homepage := Some(url("https://github.com/manub/scalatest-embedded-kafka")),
17
parallelExecution in Test := false,
18
logBuffered in Test := false,
0 commit comments