From 410e4af5755f08fd300d11ecd3058284631d1d05 Mon Sep 17 00:00:00 2001 From: Renato Cavalcanti Date: Tue, 8 Jan 2019 13:08:43 +0100 Subject: [PATCH 1/2] Updated with template-control on 2019-01-08T12:08:43Z **build.sbt: scalaVersion := "2.12.8" --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a5a0d3a..c4759e1 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ val gatlingVersion = "2.3.1" inThisBuild( List( - scalaVersion := "2.12.8", +scalaVersion := "2.12.8" dependencyOverrides := Seq( "org.codehaus.plexus" % "plexus-utils" % "3.0.18", "com.google.code.findbugs" % "jsr305" % "3.0.1", From 8220c627773c25a226e026c24d11195c9ddba5a5 Mon Sep 17 00:00:00 2001 From: Renato Cavalcanti Date: Tue, 8 Jan 2019 16:09:44 +0100 Subject: [PATCH 2/2] fix build --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c4759e1..f7eb743 100644 --- a/build.sbt +++ b/build.sbt @@ -6,12 +6,12 @@ val gatlingVersion = "2.3.1" inThisBuild( List( -scalaVersion := "2.12.8" dependencyOverrides := Seq( "org.codehaus.plexus" % "plexus-utils" % "3.0.18", "com.google.code.findbugs" % "jsr305" % "3.0.1", "com.google.guava" % "guava" % "22.0" - ) + ), + scalaVersion := "2.12.8" ) )