We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7120d26 commit ec0c8a0Copy full SHA for ec0c8a0
1 file changed
build.gradle.kts
@@ -5,7 +5,7 @@ plugins {
5
}
6
7
group = "com.iridium"
8
-version = "2.6.12"
+version = "2.6.13"
9
description = "IridiumTeams"
10
11
repositories {
@@ -29,7 +29,7 @@ dependencies {
29
implementation("org.jetbrains:annotations:26.0.2-1")
30
implementation("com.j256.ormlite:ormlite-core:6.1")
31
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
32
- implementation("com.iridium:IridiumCore:2.0.13")
+ implementation("com.iridium:IridiumCore:2.0.14")
33
34
// Other dependencies that are not required or already available at runtime
35
compileOnly("org.projectlombok:lombok:1.18.42")
0 commit comments