Skip to content

Commit

Permalink
Bump version; Add zt-zip
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Feb 20, 2024
1 parent 0cfa321 commit 5051b14
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "teksturepako.pakku"
version = "0.0.9.1"
version = "0.0.10"

repositories {
mavenCentral()
Expand Down Expand Up @@ -105,6 +105,9 @@ kotlin {
dependencies {
// Ktor
implementation("io.ktor:ktor-client-okhttp:$ktorVersion")

// ZIP
implementation("org.zeroturnaround:zt-zip:1.17")
}
}

Expand Down

0 comments on commit 5051b14

Please sign in to comment.