We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3be018 commit d32414fCopy full SHA for d32414f
build-logic/build.gradle.kts
@@ -8,6 +8,6 @@ repositories {
8
}
9
10
dependencies {
11
- implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.20")
+ implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:2.1.21")
12
implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0")
13
build.gradle.kts
@@ -21,7 +21,7 @@ if (publishPropertiesFile.exists()) {
21
publishProperties.load(java.io.FileInputStream(publishPropertiesFile))
22
23
group = "io.github.whathecode.kotlinx.interval"
24
-version = "2.0.0"
+version = "2.1.0"
25
if (properties.containsKey("snapshot"))
26
{
27
val versionSplit = version.toString().split("-")
0 commit comments