Skip to content

Commit

Permalink
Update kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
oowekyala committed Feb 5, 2022
1 parent 5467215 commit 5dd07de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {
id "com.github.johnrengelman.shadow" version "${shadowJarVersion}"
id 'java'
id 'jacoco'
id 'org.jetbrains.kotlin.jvm' version '1.5.31'
}

subprojects {
Expand All @@ -26,6 +27,7 @@ subprojects {
jvmTarget = kotlinJvmTarget
}
}
kotlinVersion = '1.5.31' // sync with version in plugin block above

dependencies {
implementation platform("org.eclipse.xtext:xtext-dev-bom:${xtextVersion}")
Expand Down

0 comments on commit 5dd07de

Please sign in to comment.