Skip to content

Commit

Permalink
Revert "version bumps"
Browse files Browse the repository at this point in the history
This reverts commit 97f0fa4.
  • Loading branch information
Jolanrensen committed Jul 24, 2023
1 parent 97f0fa4 commit 8485391
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
object Versions {
const val project = "1.2.4-SNAPSHOT"
const val groupID = "org.jetbrains.kotlinx.spark"
const val kotlin = "1.9.0"
const val kotlin = "1.8.0"
const val jvmTarget = "8"
const val jupyterJvmTarget = "8"

Expand All @@ -13,13 +13,13 @@ object Versions {
const val jupyter = "0.12.0-32-1"
const val kotest = "5.5.4"
const val kotestTestContainers = "1.3.3"
const val dokka = "1.8.10"
const val dokka = "1.7.10"
const val jcp = "7.0.5"
const val mavenPublish = "0.20.0"
const val atrium = "0.17.0"
const val licenseGradlePluginVersion = "0.15.0"
const val kafkaStreamsTestUtils = "3.1.0"
const val hadoop = "3.3.2"
const val hadoop = "3.3.1"
const val kotlinxHtml = "0.7.5"
const val klaxon = "5.5"
const val jacksonDatabind = "2.13.4.2"
Expand Down

0 comments on commit 8485391

Please sign in to comment.