Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
0.8.2.0
-
None
-
None
Description
Currently, the pom file specifies the following scala dependency for 2.11.
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11</version>
<scope>compile</scope>
</dependency>
However, there is no 2.11 in maven central (there are only 2.11.1, 2.11.2, etc).