Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Bump kotlin from 1.8.22 to 1.9.0 (#29)
Browse files Browse the repository at this point in the history
* Bump kotlin from 1.8.22 to 1.9.0

Bumps `kotlin` from 1.8.22 to 1.9.0.

Updates `org.jetbrains.kotlin:kotlin-reflect` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v1.9.0)

Updates `org.jetbrains.kotlin.jvm` from 1.8.22 to 1.9.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.8.22...v1.9.0)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-reflect
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update more

* Disable proguard rule gen

* Api dump

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Zac Sweers <[email protected]>
  • Loading branch information
dependabot[bot] and ZacSweers authored Aug 9, 2023
1 parent 2635361 commit 6fe6d25
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
1 change: 1 addition & 0 deletions api/kotlin-cli-util.api
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ public final class slack/cli/AppleSiliconCompat$Arch : java/lang/Enum {
public static final field ARM64 Lslack/cli/AppleSiliconCompat$Arch;
public static final field Companion Lslack/cli/AppleSiliconCompat$Arch$Companion;
public static final field X86_64 Lslack/cli/AppleSiliconCompat$Arch;
public static fun getEntries ()Lkotlin/enums/EnumEntries;
public static fun valueOf (Ljava/lang/String;)Lslack/cli/AppleSiliconCompat$Arch;
public static fun values ()[Lslack/cli/AppleSiliconCompat$Arch;
}
Expand Down
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,7 @@ mavenPublishing {

kotlin { explicitApi() }

moshi {
enableSealed.set(true)
generateProguardRules.set(false)
}
moshi { enableSealed.set(true) }

dependencies {
api(libs.clikt)
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ org.gradle.jvmargs=-Xms1g -Xmx2g -Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemor

org.gradle.parallel=true
org.gradle.caching=true
moshix.generateProguardRules=false

POM_NAME=Kotlin CLI Util
POM_ARTIFACT_ID=kotlin-cli-util
Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
kotlin = "1.8.22"
kotlin = "1.9.0"
ktfmt = "0.44"
jvmTarget = "11"
moshix = "0.22.1"
moshix = "0.24.0"
moshi = "1.15.0"

[plugins]
detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.1" }
dokka = { id = "org.jetbrains.dokka", version = "1.8.20" }
lint = { id = "com.android.lint", version = "8.0.2" }
lint = { id = "com.android.lint", version = "8.1.0" }
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.25.3" }
moshix = { id = "dev.zacsweers.moshix", version.ref = "moshix" }
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
Expand Down

0 comments on commit 6fe6d25

Please sign in to comment.