Skip to content

Commit b0b6ed9

Browse files
committed
Use MapStruct 1.3.0.Beta1 in the kotlin examples
1 parent c494cc3 commit b0b6ed9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mapstruct-kotlin-gradle/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ repositories {
1414

1515
dependencies {
1616
compile(kotlin("stdlib-jdk8"))
17-
compile("org.mapstruct:mapstruct-jdk8:1.2.0.Final")
18-
kapt("org.mapstruct:mapstruct-processor:1.2.0.Final")
17+
compile("org.mapstruct:mapstruct-jdk8:1.3.0.Beta1")
18+
kapt("org.mapstruct:mapstruct-processor:1.3.0.Beta1")
1919

2020
testCompile("org.junit.jupiter:junit-jupiter-api:5.3.1")
2121
testCompile("org.junit.jupiter:junit-jupiter-engine:5.3.1")

0 commit comments

Comments
 (0)