Skip to content

Commit

Permalink
fix MATSim dependency on 0.11.0-2018w40
Browse files Browse the repository at this point in the history
  • Loading branch information
mrieser committed Oct 3, 2018
1 parent d18d5ca commit 99d0d17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
<dependency>
<groupId>org.matsim</groupId>
<artifactId>matsim</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0-2018w40</version>
</dependency>

<dependency>
<groupId>org.matsim</groupId>
<artifactId>matsim</artifactId>
<version>0.11.0-SNAPSHOT</version>
<version>0.11.0-2018w40</version>
<classifier>tests</classifier>
<scope>test</scope>
<type>test-jar</type>
Expand Down

0 comments on commit 99d0d17

Please sign in to comment.