Skip to content

Instantly share code, notes, and snippets.

@lgazo
Created February 18, 2015 13:08
Show Gist options
  • Save lgazo/d6b11e889eb5f9cdc58d to your computer and use it in GitHub Desktop.
Save lgazo/d6b11e889eb5f9cdc58d to your computer and use it in GitHub Desktop.
pom - scalatest dependencies
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.5</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>2.2.4</version>
<scope>test</scope>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment