Skip to content

Commit 0e073c8

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 9fc33ce + 5c0e7df commit 0e073c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,15 @@ repositories {
4343
<dependency>
4444
<groupId>com.github.Cobeine</groupId>
4545
<artifactId>SQLava</artifactId>
46-
<version>1.0.1-Beta</version>
46+
<version>1.5.0-SNAPSHOT</version>
4747
</dependency>
4848
```
4949

5050
###### Gradle
5151
```groovy
5252
5353
dependencies {
54-
implementation 'com.github.Cobeine:SQLava:1.0.1-Beta'
54+
implementation 'com.github.Cobeine:SQLava:1.5.0-SNAPSHOT'
5555
//Please note that my library is dependant on Hikrai
5656
//So, make sure to implement HikariCP in your project.
5757
}

0 commit comments

Comments
 (0)