Skip to content

Commit 3907042

Browse files
committed
Updated to Scala 2.12.4
1 parent c057671 commit 3907042

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
@@ -11,8 +11,8 @@ val slf4jLog4jArtifact = "slf4j-log4j12"
1111

1212
lazy val commonSettings = Seq(
1313
organization := "net.manub",
14-
scalaVersion := "2.12.3",
15-
crossScalaVersions := Seq("2.12.3", "2.11.11"),
14+
scalaVersion := "2.12.4",
15+
crossScalaVersions := Seq("2.12.4", "2.11.11"),
1616
homepage := Some(url("https://github.com/manub/scalatest-embedded-kafka")),
1717
parallelExecution in Test := false,
1818
logBuffered in Test := false,

0 commit comments

Comments
 (0)