Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

1EBD625C1844170CEBC7BCF02856E5E2DD396070 com.formdev:flatlaf:0.30
AFD85ED83238E56BD032FB05471781C6E54AD6F2 com.formdev:flatlaf:0.31
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: 0.30
Files: flatlaf-0.30.jar
Version: 0.31
Files: flatlaf-0.31.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-0.30.jar=modules/ext/flatlaf-0.30.jar
release.external/flatlaf-0.31.jar=modules/ext/flatlaf-0.31.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-0.30.jar</runtime-relative-path>
<binary-origin>external/flatlaf-0.30.jar</binary-origin>
<runtime-relative-path>ext/flatlaf-0.31.jar</runtime-relative-path>
<binary-origin>external/flatlaf-0.31.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down