Update dependencies

Signed-off-by: Username404 <w.iron.zombie@gmail.com>
This commit is contained in:
Username404 2024-01-01 19:32:47 +01:00
parent d3bd144bfa
commit 2e086e6b92
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
plugins { plugins {
id("org.jetbrains.kotlin.js") version "1.9.0" id("org.jetbrains.kotlin.js") version "1.9.22"
} }
group = "fr.username404" group = "fr.username404"

View File

@ -4,7 +4,7 @@ org.gradle.jvmargs=-Xmx2G -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperiment
kotlin.incremental=true kotlin.incremental=true
org.gradle.caching=true org.gradle.caching=true
org.gradle.parallel=true org.gradle.parallel=true
org.gradle.unsafe.configuration-cache=on org.gradle.configuration-cache=on
org.gradle.vfs.watch=true org.gradle.vfs.watch=true
kotlin.experimental.tryK2=true kotlin.experimental.tryK2=true

View File

@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-rc-3-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists