Skip to content

Commit

Permalink
update kotlin version
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed Nov 6, 2023
1 parent c11f711 commit c6ceccb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
kotlin("jvm") version "1.8.22"
id("org.jetbrains.dokka") version "1.8.20"
kotlin("jvm") version "1.9.20"
id("org.jetbrains.dokka") version "1.9.10"
`java-library`
`maven-publish`
}

group = "org.veupathdb.lib.s3"
version = "0.10.0"
version = "0.10.1"

java {
sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit c6ceccb

Please sign in to comment.