Skip to content

Commit 2ffec10

Browse files
authored
Upgrade Kotlin version (#141)
1 parent 3a4072d commit 2ffec10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlinVersion = '1.3.50'
2+
ext.kotlinVersion = '1.5.31'
33

44
repositories {
55
mavenCentral()
@@ -67,7 +67,6 @@ repositories {
6767

6868
dependencies {
6969
implementation localGroovy()
70-
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
7170
implementation gradleApi()
7271
api "guru.nidi:graphviz-java:0.8.1"
7372

0 commit comments

Comments
 (0)