Skip to content

Commit 4f88f88

Browse files
authored
Update README.md
1 parent cb9d4b5 commit 4f88f88

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.0'
66+
implementation 'org.contextmapper:context-mapper-dsl:6.5.1'
6767
```
6868

6969
**Maven:**
7070
```xml
7171
<dependency>
7272
<groupId>org.contextmapper</groupId>
7373
<artifactId>context-mapper-dsl</artifactId>
74-
<version>6.5.0</version>
74+
<version>6.5.1</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)