Skip to content

Commit

Permalink
Release 0.4.6 (#23)
Browse files Browse the repository at this point in the history
Build Updates:
* Upgrade Kotlin 1.9.20
* Upgrade Dokka 1.9.10
* Upgrade Gradle 8.4
* Update Artifact Version 0.4.6
  • Loading branch information
DK96-OS authored Nov 24, 2023
1 parent a188629 commit 84bf71f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
google()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.20")
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
4 changes: 2 additions & 2 deletions queue/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id "org.jetbrains.kotlin.jvm"
id "jacoco"
id "org.jetbrains.dokka" version "1.8.20"
id "org.jetbrains.dokka" version "1.9.10"
}

java {
Expand All @@ -20,7 +20,7 @@ publishing {
maven(MavenPublication) {
groupId = "io.github.dk96-os.coroutines"
artifactId = "queue"
version = "0.4.5"
version = "0.4.6"
from components.java
}
}
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

pluginManagement {
plugins {
id "org.jetbrains.kotlin.jvm" version "1.9.10"
id "org.jetbrains.kotlin.jvm" version "1.9.20"
}
repositories {
google()
Expand Down

0 comments on commit 84bf71f

Please sign in to comment.