Skip to content

Commit

Permalink
chore: Upgrade Kotlin to 1.9.24 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanDYDX authored May 13, 2024
1 parent d99e410 commit 762ae30
Show file tree
Hide file tree
Showing 3 changed files with 105 additions and 114 deletions.
10 changes: 5 additions & 5 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.24")
}
}

plugins {
kotlin("multiplatform") version "1.9.10"
kotlin("native.cocoapods") version "1.9.10"
kotlin("plugin.serialization") version "1.9.10"
kotlin("multiplatform") version "1.9.24"
kotlin("native.cocoapods") version "1.9.24"
kotlin("plugin.serialization") version "1.9.24"
id("maven-publish")
id("dev.petuska.npm.publish") version "3.4.2"
id("com.diffplug.spotless") version "6.25.0"
Expand Down Expand Up @@ -49,7 +49,7 @@ allprojects {
}

group = "exchange.dydx.abacus"
version = "1.7.10"
version = "1.7.11"

repositories {
google()
Expand Down
Loading

0 comments on commit 762ae30

Please sign in to comment.