Skip to content

Commit 80fe697

Browse files
authored
Update version in README
1 parent eb22245 commit 80fe697

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
@@ -63,15 +63,15 @@ If you want to use the Context Mapper DSL (CML) language and the generator tools
6363

6464
**Gradle:**
6565
```gradle
66-
implementation 'org.contextmapper:context-mapper-dsl:6.5.2'
66+
implementation 'org.contextmapper:context-mapper-dsl:6.6.0'
6767
```
6868

6969
**Maven:**
7070
```xml
7171
<dependency>
7272
<groupId>org.contextmapper</groupId>
7373
<artifactId>context-mapper-dsl</artifactId>
74-
<version>6.5.2</version>
74+
<version>6.6.0</version>
7575
</dependency>
7676
```
7777
In our [context-mapper-standalone-example](https://github.com/ContextMapper/context-mapper-standalone-example) repository you find an example project showing how to include the library within your project. It further contains code examples illustrating how to use the CML models and the generator tools (PlantUML, MDSL, etc.).

0 commit comments

Comments
 (0)