File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ You can add it as a dependency to your project using the following snippets.
4545### Gradle
4646
4747``` groovy
48- testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.1 '
48+ testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.2 '
4949```
5050
5151### Maven
5252``` xml
5353<dependency >
5454 <groupId >io.vanslog</groupId >
5555 <artifactId >testcontainers-meilisearch</artifactId >
56- <version >1.0.1 </version >
56+ <version >1.0.2 </version >
5757 <scope >test</scope >
5858</dependency >
5959```
Original file line number Diff line number Diff line change 66
77 <groupId >io.vanslog</groupId >
88 <artifactId >testcontainers-meilisearch</artifactId >
9- <version >1.0.2-SNAPSHOT </version >
9+ <version >1.0.2</version >
1010
1111 <name >testcontainers-meilisearch</name >
1212 <description >Testcontainers Meilisearch</description >
2020 </developer >
2121 </developers >
2222
23+ <organization >
24+ <name >Junghoon Ban</name >
25+ <url >https://github.com/junghoon-vans</url >
26+ </organization >
27+
2328 <properties >
2429 <!-- Compiler -->
2530 <maven .compiler.source>11</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments