Skip to content

Commit 67b2bf2

Browse files
authored
Update README.md
1 parent 396f8dc commit 67b2bf2

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

5555
**Gradle:**
5656
```gradle
57-
implementation 'org.contextmapper:context-mapper-dsl:5.5.1'
57+
implementation 'org.contextmapper:context-mapper-dsl:5.6.0'
5858
```
5959

6060
**Maven:**
6161
```xml
6262
<dependency>
6363
<groupId>org.contextmapper</groupId>
6464
<artifactId>context-mapper-dsl</artifactId>
65-
<version>5.5.1</version>
65+
<version>5.6.0</version>
6666
</dependency>
6767
```
6868
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)