Skip to content

Commit bcc6880

Browse files
authored
Updare README for v1.2.0
1 parent a816bda commit bcc6880

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can use this library to write ArchUnit tests by including it into your Gradl
1010
**Gradle:**
1111

1212
```gradle
13-
testImplementation 'org.contextmapper:context-mapper-archunit-extension:1.1.0'
13+
testImplementation 'org.contextmapper:context-mapper-archunit-extension:1.2.0'
1414
```
1515

1616
**Maven:**
@@ -19,7 +19,7 @@ testImplementation 'org.contextmapper:context-mapper-archunit-extension:1.1.0'
1919
<dependency>
2020
<groupId>org.contextmapper</groupId>
2121
<artifactId>context-mapper-archunit-extension</artifactId>
22-
<version>1.1.0</version>
22+
<version>1.2.0</version>
2323
</dependency>
2424
```
2525

0 commit comments

Comments
 (0)