Skip to content

Commit 972af63

Browse files
committed
Updated again to 2.12.6 both sbt and travis
1 parent 1dbdeed commit 972af63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jdk:
55

66
scala:
77
- 2.11.12
8-
- 2.12.5
8+
- 2.12.6
99

1010
sudo: false
1111

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ lazy val confluentMavenRepo = "confluent" at "https://packages.confluent.io/mave
1010

1111
lazy val commonSettings = Seq(
1212
organization := "net.manub",
13-
scalaVersion := "2.12.5",
14-
crossScalaVersions := Seq("2.12.5", "2.11.12"),
13+
scalaVersion := "2.12.6",
14+
crossScalaVersions := Seq("2.12.6", "2.11.12"),
1515
resolvers ++= Seq(confluentMavenRepo),
1616
homepage := Some(url("https://github.com/manub/scalatest-embedded-kafka")),
1717
parallelExecution in Test := false,

0 commit comments

Comments
 (0)