We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9f892 commit 908243dCopy full SHA for 908243d
build.gradle.kts
@@ -22,9 +22,9 @@ dependencies {
22
implementation("com.fazecast:jSerialComm:[2.0.0,3.0.0)")
23
implementation("com.fasterxml.jackson.core:jackson-databind:2.15.2")
24
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2")
25
- implementation("com.formdev:flatlaf:3.7")
26
- implementation("com.formdev:flatlaf-extras:3.7")
27
- implementation("com.fifesoft:rsyntaxtextarea:3.5.2")
+ implementation("com.formdev:flatlaf:3.7.1")
+ implementation("com.formdev:flatlaf-extras:3.7.1")
+ implementation("com.fifesoft:rsyntaxtextarea:3.6.2")
28
29
// Needed for AssemblyScript source mapping:
30
//implementation("com.atlassian.sourcemap:sourcemap:2.0.0")
0 commit comments