Fixed deps
Some checks failed
TVPN Actions Workflow / build (push) Failing after 36s

This commit is contained in:
Steven Tracey 2024-10-27 19:36:43 -04:00
parent 3c5ffa744e
commit c3abfd89ae

View File

@ -5,7 +5,7 @@ plugins {
}
group = 'tech.nevets'
version = '0.3.0'
version = '0.3.1'
repositories {
mavenCentral()
@ -16,13 +16,13 @@ repositories {
}
dependencies {
implementation files("libs/miglayout-swing-11.4.2.jar")
implementation files("libs/miglayout-core-11.4.2.jar")
//implementation "com.miglayout:miglayout-swing:11.4.2"
implementation files("libs/flatlaf-3.5.1.jar")
//implementation "com.formdev:flatlaf:3.5.1"
implementation files("libs/gson-2.11.0.jar")
//implementation "com.google.code.gson:gson:2.11.0"
//implementation files("libs/miglayout-swing-11.4.2.jar")
//implementation files("libs/miglayout-core-11.4.2.jar")
implementation "com.miglayout:miglayout-swing:11.4.2"
//implementation files("libs/flatlaf-3.5.1.jar")
implementation "com.formdev:flatlaf:3.5.1"
//implementation files("libs/gson-2.11.0.jar")
implementation "com.google.code.gson:gson:2.11.0"
implementation "tech.nevets:JConf:0.1.0:no-deps"
}