We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c494cc3 commit b0b6ed9Copy full SHA for b0b6ed9
1 file changed
mapstruct-kotlin-gradle/build.gradle.kts
@@ -14,8 +14,8 @@ repositories {
14
15
dependencies {
16
compile(kotlin("stdlib-jdk8"))
17
- compile("org.mapstruct:mapstruct-jdk8:1.2.0.Final")
18
- kapt("org.mapstruct:mapstruct-processor:1.2.0.Final")
+ compile("org.mapstruct:mapstruct-jdk8:1.3.0.Beta1")
+ kapt("org.mapstruct:mapstruct-processor:1.3.0.Beta1")
19
20
testCompile("org.junit.jupiter:junit-jupiter-api:5.3.1")
21
testCompile("org.junit.jupiter:junit-jupiter-engine:5.3.1")
0 commit comments