We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0a775 commit 53293b2Copy full SHA for 53293b2
1 file changed
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