Skip to content

Commit 7c9b340

Browse files
committed
Temporarily use jitpack for RichTextFX patch
1 parent f18c86d commit 7c9b340

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

gradle/libs.versions.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ picocli = "4.7.6"
3535
procyon = "0.6.0"
3636
reactfx = { strictly = "2.0-M5" } # won't get updates, dead
3737
regex = "0.1.16"
38-
richtextfx = "0.11.3"
38+
# richtextfx = "0.11.3"
39+
richtextfx = "970ff0ed13"
3940
treemapfx = "1.1.0"
4041
vineflower = "1.10.1"
4142
sourcesolver = "1.1.5"
@@ -126,7 +127,8 @@ reactfx = { module = "org.reactfx:reactfx", version.ref = "reactfx" }
126127

127128
regex = { module = "com.github.tommyettinger:regexodus", version.ref = "regex" }
128129

129-
richtextfx = { module = "org.fxmisc.richtext:richtextfx", version.ref = "richtextfx" }
130+
# richtextfx = { module = "org.fxmisc.richtext:richtextfx", version.ref = "richtextfx" }
131+
richtextfx = { module = "com.github.Col-E:RichTextFX", version.ref = "richtextfx" }
130132

131133
treemapfx = { module = "software.coley:treemap-fx", version.ref = "treemapfx" }
132134

0 commit comments

Comments
 (0)