Skip to content

Commit

Permalink
Added support for Java 15.
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinAlpert committed Nov 21, 2020
1 parent 02aebcb commit f9ab7cb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.collinalpert</groupId>
<artifactId>lambda2sql</artifactId>
<version>2.2.2</version>
<version>2.3.0</version>
<packaging>jar</packaging>

<name>lambda2sql</name>
Expand Down Expand Up @@ -61,13 +61,13 @@
<dependency>
<groupId>com.github.collinalpert</groupId>
<artifactId>expressions</artifactId>
<version>2.5</version>
<version>2.6.0</version>
</dependency>

<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.2</version>
<version>5.7.0</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit f9ab7cb

Please sign in to comment.