Skip to content

Commit

Permalink
Update README [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
edmocosta authored Jun 24, 2020
1 parent 3b6942f commit 09caca1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Queryfy is a simple SQL-like language designed to provide a safe and flexible wa
<dependency>
<groupId>org.evcode.queryfy</groupId>
<artifactId>queryfy-core</artifactId>
<version>1.2.0</version>
<version>1.2.1</version>
</dependency>
```

Expand All @@ -25,7 +25,7 @@ Queryfy is a simple SQL-like language designed to provide a safe and flexible wa
<dependency>
<groupId>org.evcode.queryfy</groupId>
<artifactId>queryfy-querydsl-jpa</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
```

Expand Down Expand Up @@ -58,7 +58,7 @@ List<Test> list = jpaQuery.listWithProjections();
<dependency>
<groupId>org.evcode.queryfy</groupId>
<artifactId>queryfy-mongodb</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1</version>
</dependency>
```

Expand Down

0 comments on commit 09caca1

Please sign in to comment.