Skip to content

Commit

Permalink
[NETBEANS-6008] Update FlatLaf from 1.5 to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DevCharly authored and lkishalmi committed Oct 17, 2021
1 parent 835f0fe commit 2a8722c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion platform/libs.flatlaf/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

D5AD617D7C328784145B05F7C8F030DB2DE5234E com.formdev:flatlaf:1.5
DF181FADB3050FE3CF38A13C519D56E69329CEE3 com.formdev:flatlaf:1.6.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: FlatLaf Look and Feel
Description: FlatLaf Look and Feel
Version: 1.5
Files: flatlaf-1.5.jar
Version: 1.6.1
Files: flatlaf-1.6.1.jar
License: Apache-2.0
Origin: FormDev Software GmbH.
URL: https://www.formdev.com/flatlaf/
Expand Down
2 changes: 1 addition & 1 deletion platform/libs.flatlaf/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ javac.compilerargs=-Xlint:unchecked
javac.source=1.8
nbm.target.cluster=platform

release.external/flatlaf-1.5.jar=modules/ext/flatlaf-1.5.jar
release.external/flatlaf-1.6.1.jar=modules/ext/flatlaf-1.6.1.jar
4 changes: 2 additions & 2 deletions platform/libs.flatlaf/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<package>com.formdev.flatlaf.util</package>
</public-packages>
<class-path-extension>
<runtime-relative-path>ext/flatlaf-1.5.jar</runtime-relative-path>
<binary-origin>external/flatlaf-1.5.jar</binary-origin>
<runtime-relative-path>ext/flatlaf-1.6.1.jar</runtime-relative-path>
<binary-origin>external/flatlaf-1.6.1.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down

0 comments on commit 2a8722c

Please sign in to comment.