Skip to content

Commit 981d5be

Browse files
authored
Update CML version on README.md
1 parent 2d2f071 commit 981d5be

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

6363
**Gradle:**
6464
```gradle
65-
implementation 'org.contextmapper:context-mapper-dsl:6.9.0'
65+
implementation 'org.contextmapper:context-mapper-dsl:6.12.0'
6666
```
6767

6868
**Maven:**
6969
```xml
7070
<dependency>
7171
<groupId>org.contextmapper</groupId>
7272
<artifactId>context-mapper-dsl</artifactId>
73-
<version>6.9.0</version>
73+
<version>6.12.0</version>
7474
</dependency>
7575
```
7676
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)