File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-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.2 '
48+ testImplementation 'io.vanslog:testcontainers-meilisearch:1.0.3 '
4949```
5050
5151### Maven
5252``` xml
5353<dependency >
5454 <groupId >io.vanslog</groupId >
5555 <artifactId >testcontainers-meilisearch</artifactId >
56- <version >1.0.2 </version >
56+ <version >1.0.3 </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.3-SNAPSHOT </version >
9+ <version >1.0.3</version >
1010
1111 <name >testcontainers-meilisearch</name >
1212 <description >Testcontainers Meilisearch</description >
You can’t perform that action at this time.
0 commit comments