Skip to content

Commit

Permalink
this should have been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
spullara committed Sep 19, 2024
1 parent e557707 commit 6b11ed6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>mustache.java</artifactId>
<groupId>com.github.spullara.mustache.java</groupId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -21,7 +21,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.15-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.openjdk.jmh</groupId>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>com.github.spullara.mustache.java</groupId>
<artifactId>compiler</artifactId>
<version>0.9.14-SNAPSHOT</version>
<version>0.9.15-SNAPSHOT</version>
<classifier>tests</classifier>
</dependency>
</dependencies>
Expand Down

0 comments on commit 6b11ed6

Please sign in to comment.