Skip to content

Commit

Permalink
Bumping Kos version to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
miere committed Mar 30, 2022
1 parent 91a7d10 commit 07f1f9a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

// Versions
val version_kos = "0.8.0"
val version_kos = "0.8.1"
val version_logback = "1.2.3"
val version_jackson = "2.11.3"

Expand All @@ -17,7 +17,6 @@ val launcherClass = "kos.core.Launcher"

repositories {
mavenCentral()
mavenLocal()
}

kapt {
Expand Down

0 comments on commit 07f1f9a

Please sign in to comment.