commit | 60611123cb2c5b79be7000716c6c4d2a662db998 | [log] [tgz] |
---|---|---|
author | Antonio Barone <syntonyze@gmail.com> | Mon Apr 12 19:08:17 2021 +0200 |
committer | Antonio Barone <syntonyze@gmail.com> | Mon Apr 12 19:08:17 2021 +0200 |
tree | 3910af415131eb56f9601e8da972a19cd8048b08 | |
parent | 403f318e411e835c8a829eb7396b09f752d41863 [diff] |
Bump up scala to 2.11.12 Scala version 2.11.12 is the recommended version for compatibility to java 11. Bug: Issue 14376 Change-Id: I3733b4d874730954664f0508efa5e6da0dd40117
diff --git a/build.sbt b/build.sbt index d681371..b6fb497 100644 --- a/build.sbt +++ b/build.sbt
@@ -14,7 +14,7 @@ resolvers += Resolver.mavenLocal, version := gerritApiVersion, - scalaVersion := "2.11.8", + scalaVersion := "2.11.12", libraryDependencies ++= Seq( "io.fabric8" % "gitective-core" % "0.9.54"