Skip to content

Commit

Permalink
update kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Apr 13, 2024
1 parent 9f30d4d commit 95ecfaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import org.jetbrains.kotlin.gradle.targets.js.nodejs.*
plugins {
signing
`maven-publish`
kotlin("multiplatform") version "2.0.0-Beta5"
kotlin("multiplatform") version "2.0.0-RC1"
// kotlin("jupyter.api") version "0.11.0-225"
id("com.github.ben-manes.versions") version "0.51.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0-rc-2"
Expand Down Expand Up @@ -130,7 +130,7 @@ kotlin {

// Cache PMF/CDF lookups for common queries

implementation("org.apache.datasketches:datasketches-java:5.0.1")
implementation("org.apache.datasketches:datasketches-java:5.0.2")

// implementation("com.github.analog-garage:dimple:master-SNAPSHOT")

Expand Down

0 comments on commit 95ecfaa

Please sign in to comment.