Skip to content

Commit d32414f

Browse files
committed
Build: bump to version 2.1.0 and Kotlin 2.1.21
1 parent d3be018 commit d32414f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build-logic/build.gradle.kts

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

1010
dependencies {
11-
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20")
11+
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
1212
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0")
1313
}

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (publishPropertiesFile.exists()) {
2121
publishProperties.load(java.io.FileInputStream(publishPropertiesFile))
2222
}
2323
group = "io.github.whathecode.kotlinx.interval"
24-
version = "2.0.0"
24+
version = "2.1.0"
2525
if (properties.containsKey("snapshot"))
2626
{
2727
val versionSplit = version.toString().split("-")

0 commit comments

Comments
 (0)