Skip to content

Commit 0149034

Browse files
authored
Update README.md
1 parent 643d686 commit 0149034

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

6161
**Gradle:**
6262
```gradle
63-
implementation 'org.contextmapper:context-mapper-dsl:5.8.1'
63+
implementation 'org.contextmapper:context-mapper-dsl:5.9.0'
6464
```
6565

6666
**Maven:**
6767
```xml
6868
<dependency>
6969
<groupId>org.contextmapper</groupId>
7070
<artifactId>context-mapper-dsl</artifactId>
71-
<version>5.8.1</version>
71+
<version>5.9.0</version>
7272
</dependency>
7373
```
7474
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)