diff options
author | CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> | 2023-10-16 20:21:00 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-16 11:21:00 +0200 |
commit | 5ebcfe5b19f7bc30c730c69aa4a44c2168218863 (patch) | |
tree | 707e563f9c78371996f7185f292abfbc999b51b7 /gradle/libs.versions.toml | |
parent | 0b6d2a73b81c1f43ca03f6527d8ccc95fff50599 (diff) | |
download | skyhanni-5ebcfe5b19f7bc30c730c69aa4a44c2168218863.tar.gz skyhanni-5ebcfe5b19f7bc30c730c69aa4a44c2168218863.tar.bz2 skyhanni-5ebcfe5b19f7bc30c730c69aa4a44c2168218863.zip |
Backend: Latest neu in dev env (#580)
new version of neu in dev env, with help of nea #580
Diffstat (limited to 'gradle/libs.versions.toml')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 376f286e7..fe51b0357 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] libautoupdate = "1.0.3" -moulconfig = "1.2.0" +moulconfig = "1.3.0" [libraries] moulconfig = { module = "org.notenoughupdates.moulconfig:MoulConfig", version.ref = "moulconfig" } |