@@ -19,11 +19,12 @@ embedded-db-junit
19
19
## Status
20
20
This library is distributed through the [ Sonatype OSS repo] ( https://oss.sonatype.org/ ) and should thus be widely available.
21
21
22
- | Version | Java version | JUnit version | H2 version | HSQLDB version | Branch | Status |
23
- | ------- | ------------ | ------------- | ---------- | -------------- | ------------------------------------------------------------------------ | ------------- |
24
- | 2.X+ | 8.0 | 4.12/5.X | 1.4.200 | 2.5.0 | [ ` master ` ] ( //github.com/zapodot/embedded-db-junit/tree/release-2.x ) | ` active ` |
25
- | 1.1.X | 8.0 | 4.12 | 1.4.200 | 2.4.0 | [ ` release-1.1.x ` ] ( //github.com/zapodot/embedded-db-junit ) | ` maintenance ` |
26
- | 1.0 | 1.7 | 4.12 | 1.4.196 | N/A | [ ` release-1.x ` ] ( //github.com/zapodot/embedded-db-junit/tree/release-1.x ) | ` obsolete ` |
22
+ | Version | Java version | JUnit version | H2 version | HSQLDB version | Branch | Status |
23
+ | ---------| ------------ | ------------- | ---------- | -------------- | -------------------------------------------------------------------------------| ---------------|
24
+ | 2.1.X | 8.0 | 4.13/5.X | 2.1.X | 2.7.0 | [ ` master ` ] ( //github.com/zapodot/embedded-db-junit/tree/master ) | ` active ` |
25
+ | 2.0.X | 8.0 | 4.12/5.X | 1.4.200 | 2.5.0 | [ ` master ` ] ( //github.com/zapodot/embedded-db-junit/tree/release-2.0.x ) | ` maintenance ` |
26
+ | 1.1.X | 8.0 | 4.12 | 1.4.200 | 2.4.0 | [ ` release-1.1.x ` ] ( //github.com/zapodot/embedded-db-junit/tree/release-1.1.x ) | ` obsolete ` |
27
+ | 1.0 | 1.7 | 4.12 | 1.4.196 | N/A | [ ` release-1.x ` ] ( //github.com/zapodot/embedded-db-junit/tree/release-1.x ) | ` obsolete ` |
27
28
28
29
The versions that is described in this table are minimum versions. Later versions may be used but is currently not tested by the maintainer.
29
30
@@ -37,7 +38,7 @@ The versions that is described in this table are minimum versions. Later version
37
38
<dependency >
38
39
<groupId >org.zapodot</groupId >
39
40
<artifactId >embedded-db-junit-jupiter</artifactId >
40
- <version >2.0 .0</version >
41
+ <version >2.1 .0</version >
41
42
<scope >test</scope >
42
43
</dependency >
43
44
```
@@ -47,7 +48,7 @@ The versions that is described in this table are minimum versions. Later version
47
48
<dependency >
48
49
<groupId >org.zapodot</groupId >
49
50
<artifactId >embedded-db-junit</artifactId >
50
- <version >2.0 .0</version >
51
+ <version >2.1 .0</version >
51
52
<scope >test</scope >
52
53
</dependency >
53
54
```
@@ -58,7 +59,7 @@ If you want to use the [Liquibase](//github.com/zapodot/embedded-db-junit/tree/m
58
59
<dependency >
59
60
<groupId >org.zapodot</groupId >
60
61
<artifactId >embedded-db-junit-liquibase</artifactId >
61
- <version >2.0 .0</version >
62
+ <version >2.1 .0</version >
62
63
<scope >test</scope >
63
64
</dependency >
64
65
```
@@ -68,14 +69,14 @@ If you want to use the [Flyway](//github.com/zapodot/embedded-db-junit/tree/mast
68
69
<dependency >
69
70
<groupId >org.zapodot</groupId >
70
71
<artifactId >embedded-db-flyway</artifactId >
71
- <version >2.0 .0</version >
72
+ <version >2.1 .0</version >
72
73
<scope >test</scope >
73
74
</dependency >
74
75
```
75
76
76
77
#### SBT
77
78
``` scala
78
- libraryDependencies += " org.zapodot" % " embedded-db-junit" % " 2.0-BETA1 " % " test"
79
+ libraryDependencies += " org.zapodot" % " embedded-db-junit" % " 2.1.0 " % " test"
79
80
```
80
81
81
82
### Add to Junit test
0 commit comments