diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-08-28 18:48:13 +0430 |
---|---|---|
committer | echo <91651232+exhq@users.noreply.github.com> | 2022-08-28 18:48:13 +0430 |
commit | 75a6001c6e061607d6686313e3a1e4e580a314c9 (patch) | |
tree | 6805d94bbff65a6c05762f4155556602cdd93e44 /console/build.gradle.kts | |
parent | 098e7367a1e043435b5338a12ebbc971fedc9950 (diff) | |
download | exhq.github.io-75a6001c6e061607d6686313e3a1e4e580a314c9.tar.gz exhq.github.io-75a6001c6e061607d6686313e3a1e4e580a314c9.tar.bz2 exhq.github.io-75a6001c6e061607d6686313e3a1e4e580a314c9.zip |
nea magic
Diffstat (limited to 'console/build.gradle.kts')
-rw-r--r-- | console/build.gradle.kts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/console/build.gradle.kts b/console/build.gradle.kts index 61bed6e..c23f20e 100644 --- a/console/build.gradle.kts +++ b/console/build.gradle.kts @@ -21,7 +21,7 @@ kotlin { } sourceSets.named("jsMain") { dependencies { - implementation("com.github.romangraef:neamoe:36374a0") + implementation("com.github.romangraef:neamoe:484bc7c89") implementation(npm("@fontsource/comic-mono", "^4.5.0")) } } |