Skip to content

Commit 1dbdeed

Browse files
committed
Reverted to Scala 2.12.5
1 parent d0d1a4c commit 1dbdeed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.6",
14-
crossScalaVersions := Seq("2.12.6", "2.11.12"),
13+
scalaVersion := "2.12.5",
14+
crossScalaVersions := Seq("2.12.5", "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)