Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.

Commit becec98

Browse files
committed
Update kotlin version
1 parent ca2ca2d commit becec98

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ repositories {
77
}
88

99
dependencies {
10-
implementation(kotlin("gradle-plugin", "1.4.21"))
10+
implementation(kotlin("gradle-plugin", "1.4.30"))
1111
implementation("com.jfrog.bintray.gradle", "gradle-bintray-plugin", "1.8.5")
1212
}

simplekotlinmail-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
`common-build-script`
1212
`java-version-script`
1313

14-
kotlin("plugin.serialization") version "1.4.21"
14+
kotlin("plugin.serialization") version "1.4.30"
1515

1616
}
1717

0 commit comments

Comments
 (0)