Repository: ranger Updated Branches: refs/heads/master f076f5216 -> 9c7ef90e6
RANGER-2089: Update scala library version for tagsync to be the same as in Atlas Project: http://git-wip-us.apache.org/repos/asf/ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/ranger/commit/9c7ef90e Tree: http://git-wip-us.apache.org/repos/asf/ranger/tree/9c7ef90e Diff: http://git-wip-us.apache.org/repos/asf/ranger/diff/9c7ef90e Branch: refs/heads/master Commit: 9c7ef90e65bf27e04ae0950e9d78c767d211991f Parents: f076f52 Author: Abhay Kulkarni <[email protected]> Authored: Mon Apr 30 15:50:50 2018 -0700 Committer: Abhay Kulkarni <[email protected]> Committed: Mon Apr 30 15:50:50 2018 -0700 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ranger/blob/9c7ef90e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f81a39b..27d52a8 100644 --- a/pom.xml +++ b/pom.xml @@ -199,7 +199,7 @@ <poi.version>3.17</poi.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <protobuf-java.version>2.5.0</protobuf-java.version> - <scala.version>2.11.8</scala.version> + <scala.version>2.11.12</scala.version> <scala.binary.version>2.11</scala.binary.version> <scala.xml.version>1.0.4</scala.xml.version> <security-agent-install-dir>hadoop-security/plugins</security-agent-install-dir>
