Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sotasan committed Aug 16, 2023
1 parent 760a37f commit 29970ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("application")
id("com.github.johnrengelman.shadow") version("8.1.1")
id("io.freefair.lombok") version("8.1.0")
id("io.freefair.lombok") version("8.2.2")
id("java")
}

Expand All @@ -23,10 +23,10 @@ java {

dependencies {
implementation("com.fifesoft:rsyntaxtextarea:3.3.4")
implementation("com.formdev:flatlaf:3.1.1")
implementation("com.formdev:flatlaf-extras:3.1.1")
implementation("com.formdev:flatlaf:3.2")
implementation("com.formdev:flatlaf-extras:3.2")
implementation("com.miglayout:miglayout:3.7.4")
implementation("io.github.classgraph:classgraph:4.8.161")
implementation("io.github.classgraph:classgraph:4.8.162")
implementation("org.benf:cfr:0.152")
implementation("org.bitbucket.mstrobel:procyon-compilertools:0.6.0")
implementation("org.jetbrains:annotations:24.0.1")
Expand Down
Binary file modified src/test/resources/META-INF/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 29970ef

Please sign in to comment.