Skip to content

Commit

Permalink
Update dependencies and enable K2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaguililla committed Nov 2, 2023
1 parent e9564c9 commit 741c210
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import org.gradle.api.tasks.wrapper.Wrapper.DistributionType.ALL
*/

plugins {
kotlin("jvm") version("1.9.20-RC2") apply(false)
kotlin("jvm") version("1.9.20") apply(false)

id("idea")
id("eclipse")
Expand All @@ -27,7 +27,7 @@ plugins {
id("com.github.jk1.dependency-license-report") version("2.5")
id("org.jetbrains.kotlinx.binary-compatibility-validator") version("0.13.2")
id("org.graalvm.buildtools.native") version("0.9.28") apply(false)
id("io.gitlab.arturbosch.detekt") version("1.23.2") apply(false)
id("io.gitlab.arturbosch.detekt") version("1.23.3") apply(false)
id("me.champeau.jmh") version("0.7.2") apply(false)
}

Expand Down
4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ org.gradle.jvmargs=-Xmx8g -Dfile.encoding=UTF-8
org.gradle.warning.mode=all
org.gradle.console=plain

kotlin.experimental.tryK2=true

# Gradle
version=3.4.1
group=com.hexagonkt
Expand Down Expand Up @@ -31,7 +33,7 @@ logoSmall=assets/img/logo.svg
iconsDirectory=content

# VERSIONS
kotlinVersion=1.9.20-RC2
kotlinVersion=1.9.20
dokkaVersion=1.9.10
mockkVersion=1.13.8
junitVersion=5.10.0
Expand Down

0 comments on commit 741c210

Please sign in to comment.