Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update FlatLaf from 2.0 to 2.0.1 #3504

Merged
merged 1 commit into from Jan 26, 2022
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion platform/libs.flatlaf/external/binaries-list
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

A45856E4115136977C662298BAC02F3B428082DB com.formdev:flatlaf:2.0
5CD4AE96F6B538FB784549F2636E50122FDBB5D8 com.formdev:flatlaf:2.0.1
@@ -1,7 +1,7 @@
Name: FlatLaf Look and Feel
Description: FlatLaf Look and Feel
Version: 2.0
Files: flatlaf-2.0.jar
Version: 2.0.1
Files: flatlaf-2.0.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
Expand Up @@ -20,4 +20,4 @@ javac.compilerargs=-Xlint:unchecked
javac.source=1.8
nbm.target.cluster=platform

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