aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-07-27 10:28:30 +0200
committerGitHub <noreply@github.com>2021-07-27 10:28:30 +0200
commit17176ede814020dce776b5249e3e3a927c24f1a3 (patch)
treeb11c0472c370466b076609c85c58fb81f2c13d1c /plugins
parent355acd296ac16902f588a879e99efd548f0dc0e7 (diff)
downloaddokka-17176ede814020dce776b5249e3e3a927c24f1a3.tar.gz
dokka-17176ede814020dce776b5249e3e3a927c24f1a3.tar.bz2
dokka-17176ede814020dce776b5249e3e3a927c24f1a3.zip
Bump korte-jvm from 2.2.0 to 2.3.1 (#2036)
Bumps [korte-jvm](https://github.com/korlibs/korge-next) from 2.2.0 to 2.3.1. - [Release notes](https://github.com/korlibs/korge-next/releases) - [Commits](https://github.com/korlibs/korge-next/commits/v2.3.1) --- updated-dependencies: - dependency-name: com.soywiz.korlibs.korte:korte-jvm dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'plugins')
-rw-r--r--plugins/javadoc/build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/javadoc/build.gradle.kts b/plugins/javadoc/build.gradle.kts
index ca2c1875..093f16e1 100644
--- a/plugins/javadoc/build.gradle.kts
+++ b/plugins/javadoc/build.gradle.kts
@@ -1,7 +1,7 @@
import org.jetbrains.registerDokkaArtifactPublication
dependencies {
- implementation("com.soywiz.korlibs.korte:korte-jvm:2.2.0")
+ implementation("com.soywiz.korlibs.korte:korte-jvm:2.3.1")
implementation(project(":plugins:base"))
implementation(project(":plugins:kotlin-as-java"))
testImplementation(project(":plugins:base:base-test-utils"))