Skip to content

Commit

Permalink
Updated again to 2.12.6 both sbt and travis
Browse files Browse the repository at this point in the history
  • Loading branch information
manub committed May 4, 2018
1 parent 1dbdeed commit 972af63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ jdk:

scala:
- 2.11.12
- 2.12.5
- 2.12.6

sudo: false

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -10,8 +10,8 @@ lazy val confluentMavenRepo = "confluent" at "https://packages.confluent.io/mave

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

0 comments on commit 972af63

Please sign in to comment.