diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-09-04 20:31:36 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-04 20:31:36 +0430 |
commit | a8dad18800c40e54ab170d0da5bc611cc6c8c4ec (patch) | |
tree | 8fcdede5e705160d0f1af791afbbcc315ca0ff60 /console | |
parent | 7357b962c5562b52dd5f48204e26d18922e414be (diff) | |
download | exhq.github.io-a8dad18800c40e54ab170d0da5bc611cc6c8c4ec.tar.gz exhq.github.io-a8dad18800c40e54ab170d0da5bc611cc6c8c4ec.tar.bz2 exhq.github.io-a8dad18800c40e54ab170d0da5bc611cc6c8c4ec.zip |
paste yeah boy
Diffstat (limited to 'console')
-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 c23f20e..7e82b28 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:484bc7c89") + implementation("com.github.romangraef:neamoe:8969cee") implementation(npm("@fontsource/comic-mono", "^4.5.0")) } } |