Skip to content

Commit 555310f

Browse files
committed
Bumped plugins and scala versions.
1 parent 6c50113 commit 555310f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.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,

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.2
1+
sbt.version=1.1.4

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.1")
22

3-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
3+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.9")
44

55
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.5.1")

0 commit comments

Comments
 (0)