You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2018/09/14 01:58:20 UTC

bahir git commit: Update to Scala 2.11.12

Repository: bahir
Updated Branches:
  refs/heads/master 5bd00e73e -> b6911629d


Update to Scala 2.11.12


Project: http://git-wip-us.apache.org/repos/asf/bahir/repo
Commit: http://git-wip-us.apache.org/repos/asf/bahir/commit/b6911629
Tree: http://git-wip-us.apache.org/repos/asf/bahir/tree/b6911629
Diff: http://git-wip-us.apache.org/repos/asf/bahir/diff/b6911629

Branch: refs/heads/master
Commit: b6911629d6df910ec1d1e865140b838a1544810a
Parents: 5bd00e7
Author: Luciano Resende <lr...@apache.org>
Authored: Thu Sep 13 18:58:14 2018 -0700
Committer: Luciano Resende <lr...@apache.org>
Committed: Thu Sep 13 18:58:14 2018 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bahir/blob/b6911629/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1989a77..b0d3101 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,7 +92,7 @@
     <!-- General project dependencies version -->
     <java.version>1.8</java.version>
     <maven.version>3.3.9</maven.version>
-    <scala.version>2.11.8</scala.version>
+    <scala.version>2.11.12</scala.version>
     <scala.binary.version>2.11</scala.binary.version>
 
     <slf4j.version>1.7.16</slf4j.version>