Skip to content

Instantly share code, notes, and snippets.

@mrueegg
Created March 9, 2017 17:14
Show Gist options
  • Save mrueegg/ec24f018a56badbe4e1e955b2ef51b1b to your computer and use it in GitHub Desktop.
Save mrueegg/ec24f018a56badbe4e1e955b2ef51b1b to your computer and use it in GitHub Desktop.
Shipping the Scala library for 2.11 with the plug-in
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>${scala.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
<properties>
<scala.version>2.11.7</scala.version>
</properties>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment