Skip to content

Commit

Permalink
Build: Update Rhino
Browse files Browse the repository at this point in the history
Fixes file encoding not being UTF-8, which breaks '§'. This also
includes a fix for using 'const' in for-of/in loops, but const still has
issues in general in function scopes, so that fix isn't so useful.
  • Loading branch information
mattco98 committed Dec 30, 2023
1 parent 552bd64 commit f7190b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {

include(modImplementation("net.fabricmc:fabric-language-kotlin:1.9.4+kotlin.1.8.21")!!)
include(modImplementation("net.fabricmc:mapping-io:0.5.1")!!)
include(modImplementation("com.github.ChatTriggers:rhino:96d0c07966")!!)
include(modImplementation("com.github.ChatTriggers:rhino:dcbb729fe5")!!)
include(modImplementation("com.fasterxml.jackson.core:jackson-core:2.13.2")!!)
include(modImplementation("com.fifesoft:rsyntaxtextarea:3.2.0")!!)
include(modImplementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")!!)
Expand Down

0 comments on commit f7190b0

Please sign in to comment.