Skip to content

Commit

Permalink
update flatlaf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbata committed Sep 12, 2023
1 parent 21a83e9 commit 364d2c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repositories {

dependencies {
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-xml', version: '2.15.2'
implementation group: 'com.formdev', name: 'flatlaf', version: '3.2'
implementation group: 'com.formdev', name: 'flatlaf', version: '3.2.1'
implementation group: 'com.formdev', name: 'svgSalamander', version: '1.1.4'
testImplementation 'junit:junit:4.13.2'
}
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version := "1.0.3-SNAPSHOT"

libraryDependencies += "com.fasterxml.jackson.dataformat" % "jackson-dataformat-xml" % "2.15.2"

libraryDependencies += "com.formdev" % "flatlaf" % "3.2"
libraryDependencies += "com.formdev" % "flatlaf" % "3.2.1"

libraryDependencies += "com.formdev" % "svgSalamander" % "1.1.4"

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf</artifactId>
<version>3.2</version>
<version>3.2.1</version>
</dependency>
<dependency>
<groupId>com.formdev</groupId>
Expand Down

0 comments on commit 364d2c8

Please sign in to comment.