Skip to content

Commit

Permalink
lib update
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Apr 10, 2024
1 parent 38c662d commit d8c1510
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ val embed: Configuration by configurations.creating

dependencies {
embed("org.jetbrains.kotlin:kotlin-stdlib:1.9.23")
embed("com.formdev:flatlaf:3.2.5")
embed("com.formdev:flatlaf-intellij-themes:3.2.5")
implementation("com.formdev:flatlaf:3.2.5")
implementation("com.formdev:flatlaf-intellij-themes:3.2.5")
embed("com.formdev:flatlaf:3.4.1")
embed("com.formdev:flatlaf-intellij-themes:3.4.1")
implementation("com.formdev:flatlaf:3.4.1")
implementation("com.formdev:flatlaf-intellij-themes:3.4.1")
}

java {
Expand Down

0 comments on commit d8c1510

Please sign in to comment.