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 d0d1a4c commit 1dbdeedCopy full SHA for 1dbdeed
build.sbt
@@ -10,8 +10,8 @@ lazy val confluentMavenRepo = "confluent" at "https://packages.confluent.io/mave
10
11
lazy val commonSettings = Seq(
12
organization := "net.manub",
13
- scalaVersion := "2.12.6",
14
- crossScalaVersions := Seq("2.12.6", "2.11.12"),
+ scalaVersion := "2.12.5",
+ crossScalaVersions := Seq("2.12.5", "2.11.12"),
15
resolvers ++= Seq(confluentMavenRepo),
16
homepage := Some(url("https://github.com/manub/scalatest-embedded-kafka")),
17
parallelExecution in Test := false,
0 commit comments