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 1dbdeed commit 972af63Copy full SHA for 972af63
.travis.yml
@@ -5,7 +5,7 @@ jdk:
5
6
scala:
7
- 2.11.12
8
- - 2.12.5
+ - 2.12.6
9
10
sudo: false
11
build.sbt
@@ -10,8 +10,8 @@ lazy val confluentMavenRepo = "confluent" at "https://packages.confluent.io/mave
lazy val commonSettings = Seq(
12
organization := "net.manub",
13
- scalaVersion := "2.12.5",
14
- crossScalaVersions := Seq("2.12.5", "2.11.12"),
+ scalaVersion := "2.12.6",
+ crossScalaVersions := Seq("2.12.6", "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