Skip to content

Commit

Permalink
Upgrade Kotlin version (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlonzo committed Dec 12, 2021
1 parent 3a4072d commit 2ffec10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.3.50'
ext.kotlinVersion = '1.5.31'

repositories {
mavenCentral()
Expand Down Expand Up @@ -67,7 +67,6 @@ repositories {

dependencies {
implementation localGroovy()
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
implementation gradleApi()
api "guru.nidi:graphviz-java:0.8.1"

Expand Down

0 comments on commit 2ffec10

Please sign in to comment.