Skip to content

Commit

Permalink
Update dependencies and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Monkopedia committed Sep 15, 2023
1 parent 21db4b9 commit 251555e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ fun Project.ksrpcModule(

val dokkaJavadoc = tasks.create("dokkaJavadocCustom", DokkaTask::class) {
it.project.dependencies {
it.plugins("org.jetbrains.dokka:kotlin-as-java-plugin:1.8.20")
it.plugins("org.jetbrains.dokka:kotlin-as-java-plugin:1.9.0")
}
// outputFormat = "javadoc"
it.outputDirectory.set(File(project.buildDir, "javadoc"))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.7.4
version=0.8.0
signing.gnupg.keyName=5B83421E2338B907
org.gradle.jvmargs=-Xmx4096m
28 changes: 14 additions & 14 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
[versions]
gradleplugin = "8.0.0"
kotlin = "1.9.0"
kotlin-serialization = "1.5.1"
kotlin-coroutines = "1.7.2"
kotlin-atomicfu = "0.21.0"
kotlin-compiletesting = "1.4.9"
dokka = "1.8.20"
ktor = "2.3.2"
googleautoservice = "1.0.1"
ksrpctest = "0.7.1"
nanoid = "3.1.22"
kotlin = "1.9.10"
kotlin-coroutines = "1.7.3"
kotlin-serialization = "1.6.0"
ktor = "2.3.4"
slf4j = "2.0.9"
clikt = "4.2.0"
gradleplugin = "8.1.1"
kotlin-atomicfu = "0.22.0"
kotlin-compiletesting = "1.5.0"
dokka = "1.9.0"
googleautoservice = "1.1.1"
jnanoid = "2.0.0"
slf4j = "2.0.6"
clikt = "3.5.1"
nanoid = "3.1.22"
ksrpctest = "0.7.1"

[libraries]
dokka-base = { module = "org.jetbrains.dokka:dokka-base", version.ref = "dokka" }
Expand Down Expand Up @@ -59,4 +59,4 @@ kotlin-serialization = { id = "org.jetbrains.kotlin.plugin.serialization", versi
dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
hierynomus-license = { id = "com.github.hierynomus.license", version = "0.16.1" }
jlleitschuh-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version = "11.0.0" }
gmazzo-buildconfig = { id = "com.github.gmazzo.buildconfig", version = "3.1.0" }
gmazzo-buildconfig = { id = "com.github.gmazzo.buildconfig", version = "3.1.0" }

0 comments on commit 251555e

Please sign in to comment.