Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Dec 10, 2023
1 parent 25b62d9 commit cf0027b
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 @@ -17,10 +17,10 @@ val embed: Configuration by configurations.creating

dependencies {
embed("org.jetbrains.kotlin:kotlin-stdlib:1.9.21")
embed("com.formdev:flatlaf:3.2.1")
embed("com.formdev:flatlaf-intellij-themes:3.2.1")
implementation("com.formdev:flatlaf:3.2.1")
implementation("com.formdev:flatlaf-intellij-themes:3.2.1")
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")
}

java {
Expand Down

0 comments on commit cf0027b

Please sign in to comment.