aboutsummaryrefslogtreecommitdiff
path: root/build.gradle.kts
diff options
context:
space:
mode:
authorDeftu <deftudev@gmail.com>2023-08-27 17:58:47 +0200
committerDeftu <deftudev@gmail.com>2023-08-27 17:58:47 +0200
commitd6645f440dff2631911d217af245d4949d6cac83 (patch)
treea3dc19b274ee3c95222f418bbc3a8ca426f195da /build.gradle.kts
parent000b8b5caf4685c8fba0ab65f82eeeae9ca04f04 (diff)
downloadRemap-d6645f440dff2631911d217af245d4949d6cac83.tar.gz
Remap-d6645f440dff2631911d217af245d4949d6cac83.tar.bz2
Remap-d6645f440dff2631911d217af245d4949d6cac83.zip
Bump Lorenz from 0.5.0 to 0.5.8
Diffstat (limited to 'build.gradle.kts')
-rw-r--r--build.gradle.kts2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle.kts b/build.gradle.kts
index 5b28178..9e837f1 100644
--- a/build.gradle.kts
+++ b/build.gradle.kts
@@ -27,7 +27,7 @@ kotlinVersion("1.9.0")
dependencies {
api("org.jetbrains.kotlin:kotlin-compiler-embeddable:1.5.21")
implementation(kotlin("stdlib"))
- api("org.cadixdev:lorenz:0.5.0")
+ api("org.cadixdev:lorenz:0.5.8")
runtimeOnly("net.java.dev.jna:jna:5.10.0") // don't strictly need this but IDEA spams log without
testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")