Skip to content

Commit

Permalink
Changed CLIApp to maven central version
Browse files Browse the repository at this point in the history
  • Loading branch information
fickludd committed May 20, 2016
1 parent 1e96972 commit e50e919
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dino-mapper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<version>0.9.0</version>
<inceptionYear>2015</inceptionYear>
<properties>
<scala.version>2.10.0</scala.version>
<scala.version>2.10.3</scala.version>
<short.name>dino-mapper</short.name>
<mainClass>se.lth.immun.DinoMapper</mainClass>
<script.file>target/${short.name}</script.file>
Expand All @@ -26,14 +26,14 @@
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_${scala.version}</artifactId>
<artifactId>scalatest_2.10.0</artifactId>
<version>2.0.M5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>se.jt</groupId>
<groupId>se.johanteleman</groupId>
<artifactId>CLIApp</artifactId>
<version>1.0.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>se.lth.immun</groupId>
Expand Down

0 comments on commit e50e919

Please sign in to comment.