diff --git a/plugins/geo/build.gradle.kts b/plugins/geo/build.gradle.kts index 42d810e..50bad21 100644 --- a/plugins/geo/build.gradle.kts +++ b/plugins/geo/build.gradle.kts @@ -2,14 +2,14 @@ plugins { alias(libs.plugins.kotlin.jvm) } -project.version = "0.0.6" +project.version = "0.0.7" dependencies { testImplementation(kotlin("test")) compileOnly(project(":")) implementation("com.maxmind.geoip2:geoip2:4.3.1") // https://github.com/hstyi/geolite2 - implementation("com.github.hstyi:geolite2:v1.0-202506280327") + implementation("com.github.hstyi:geolite2:v1.0-202507040118") } apply(from = "$rootDir/plugins/common.gradle.kts")