Skip to content

Commit

Permalink
pre.855
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed Dec 23, 2024
1 parent f3084ae commit 7e50321
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ dependencyResolutionManagement {

versionCatalogs {
create("kotlinWrappers") {
val wrappersVersion = "0.0.1-pre.854"
val wrappersVersion = "0.0.1-pre.855"
from("org.jetbrains.kotlin-wrappers:kotlin-wrappers-catalog:$wrappersVersion")
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ kotlin.js.ir.output.granularity=per-file

kotlin.version=2.1.0
seskar.version=3.75.0
kotlin-wrappers.version=0.0.1-pre.854
kotlin-wrappers.version=0.0.1-pre.855
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.jetbrains.kotlin-wrappers
version.build=pre.854
version.build=pre.855

org.gradle.jvmargs=-Xms2g -Xmx4g
org.gradle.caching=true
Expand All @@ -16,7 +16,7 @@ kotlin.version=2.1.0
kotlinx-html.version=0.11.0

# https://github.com/Kotlin/kotlinx.coroutines/releases
kotlinx-coroutines.version=1.9.0
kotlinx-coroutines.version=1.10.1

# https://github.com/karakum-team/karakum/releases
karakum.version=1.0.0-alpha.48
Expand Down
2 changes: 1 addition & 1 deletion kotlin-wrappers-bom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ to have version mismatches.
Usage:

```kotlin
val kotlinWrappersVersion = "1.0.0-pre.854"
val kotlinWrappersVersion = "1.0.0-pre.855"

dependencies {
implementation(platform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:$kotlinWrappersVersion"))
Expand Down

0 comments on commit 7e50321

Please sign in to comment.