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 a816bda commit bcc6880Copy full SHA for bcc6880
README.md
@@ -10,7 +10,7 @@ You can use this library to write ArchUnit tests by including it into your Gradl
10
**Gradle:**
11
12
```gradle
13
-testImplementation 'org.contextmapper:context-mapper-archunit-extension:1.1.0'
+testImplementation 'org.contextmapper:context-mapper-archunit-extension:1.2.0'
14
```
15
16
**Maven:**
@@ -19,7 +19,7 @@ testImplementation 'org.contextmapper:context-mapper-archunit-extension:1.1.0'
19
<dependency>
20
<groupId>org.contextmapper</groupId>
21
<artifactId>context-mapper-archunit-extension</artifactId>
22
- <version>1.1.0</version>
+ <version>1.2.0</version>
23
</dependency>
24
25
0 commit comments