Skip to content

Commit

Permalink
Improve Performance
Browse files Browse the repository at this point in the history
  • Loading branch information
sotasan committed Jun 8, 2022
1 parent 0e2562c commit f9c0274
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "dev.shota"
version = "0.4.6"
version = "0.4.7"

kotlin {
jvmToolchain {
Expand Down Expand Up @@ -37,7 +37,7 @@ repositories {

dependencies {
implementation(project("fernflower"))
implementation("dev.shota:stylus4j:0.1.0")
implementation("dev.shota:stylus4j:0.1.1")
implementation("com.formdev:flatlaf:2.3")
implementation("org.fxmisc.richtext:richtextfx:0.10.9")
implementation("org.kordamp.ikonli:ikonli-core:12.3.1")
Expand Down

0 comments on commit f9c0274

Please sign in to comment.