Skip to content

Commit

Permalink
pull matsim version up; add tablesaw example
Browse files Browse the repository at this point in the history
  • Loading branch information
kainagel committed Oct 14, 2024
1 parent 5de30b6 commit 4a5c60a
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@
<!-- This is where we change the matsim version. Maven does not allow using properties in the parent declaration (like ${matsim.version}).
Therefore we need to use a fixed value here and then refer to the matsim version with ${project.parent.version} -->
<!-- Options: stable build based on weekly (e.g. 15.0-PR2344), PR-based (e.g. 15.0-2023w01) or official (e.g. 14.0) releases -->
<!-- <version>16.0-2024w02</version>-->
<version>2025.0-2024w21</version>
<!--<version>15.0-SNAPSHOT</version>-->
<!-- <version>16.0-SNAPSHOT</version>-->
<!-- <version>2025.0-2024w21</version>-->
<!-- <version>2025.0-2024w41</version>-->
<version>2025.0-PR3411</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -183,6 +182,12 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>tech.tablesaw</groupId>
<artifactId>tablesaw-core</artifactId>
<version>LATEST</version>
</dependency>


</dependencies>

Expand Down

0 comments on commit 4a5c60a

Please sign in to comment.