File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ lazy val confluentMavenRepo = "confluent" at "https://packages.confluent.io/mave
10
10
11
11
lazy val commonSettings = Seq (
12
12
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" ),
15
15
resolvers ++= Seq (confluentMavenRepo),
16
16
homepage := Some (url(" https://github.com/manub/scalatest-embedded-kafka" )),
17
17
parallelExecution in Test := false ,
Original file line number Diff line number Diff line change 1
- sbt.version =1.1.2
1
+ sbt.version =1.1.4
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" org.foundweekends" % " sbt-bintray" % " 0.5.1" )
2
2
3
- addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.7 " )
3
+ addSbtPlugin(" com.github.gseitz" % " sbt-release" % " 1.0.9 " )
4
4
5
5
addSbtPlugin(" com.geirsson" % " sbt-scalafmt" % " 1.5.1" )
You can’t perform that action at this time.
0 commit comments