Skip to content

Commit 632e89d

Browse files
authored
Fix typo in example + latest version in examples
1 parent 5ce38fd commit 632e89d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@ to explicitly depend on [Jaybird](https://github.com/FirebirdSQL/jaybird).
2929
### Gradle
3030

3131
```groovy
32-
testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.1"
32+
testCompile "org.firebirdsql:firebird-testcontainers-java:1.0.2"
3333
```
3434

3535
### Maven
3636

3737
```xml
3838
<dependency>
39-
<groupId>org.firebirdsqls</groupId>
39+
<groupId>org.firebirdsql</groupId>
4040
<artifactId>firebird-testcontainers-java</artifactId>
41-
<version>1.0.1</version>
41+
<version>1.0.2</version>
4242
<scope>test</scope>
4343
</dependency>
4444
```

0 commit comments

Comments
 (0)