Skip to content

Commit

Permalink
fixed scala script
Browse files Browse the repository at this point in the history
  • Loading branch information
John Canny committed Aug 9, 2018
1 parent 19c8c34 commit 5df5463
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,12 @@
<artifactId>BIDMat</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.11</artifactId>
Expand Down

0 comments on commit 5df5463

Please sign in to comment.