We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ff6ee6 commit 73caf0bCopy full SHA for 73caf0b
README.md
@@ -6,15 +6,15 @@ This is a Spring Data JDBC integration for SQLite. The basic usage follows [Spri
6
7
For Gradle
8
```
9
- implementation "org.komamitsu:spring-data-sqlite:1.0.0"
+ implementation "org.komamitsu:spring-data-sqlite:1.2.0"
10
11
12
For Maven
13
14
<dependency>
15
<groupId>org.komamitsu</groupId>
16
<artifactId>spring-data-sqlite</artifactId>
17
- <version>1.0.0</version>
+ <version>1.2.0</version>
18
</dependency>
19
20
0 commit comments