Skip to content

Commit

Permalink
pre.230
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed Aug 12, 2021
1 parent 78fc152 commit de0d98c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ about version compatibility.
Just declare `kotlin-wrappers-bom` and specify the modules you need:

```kotlin
val kotlinWrappersVersion = "0.0.1-pre.227-kotlin-1.5.21"
val kotlinWrappersVersion = "0.0.1-pre.230-kotlin-1.5.21"

dependencies {
implementation(enforcedPlatform("org.jetbrains.kotlin-wrappers:kotlin-wrappers-bom:${kotlinWrappersVersion}"))
Expand All @@ -58,7 +58,7 @@ Or use a helper function:
fun kotlinw(target: String): String =
"org.jetbrains.kotlin-wrappers:kotlin-$target"

val kotlinWrappersVersion = "0.0.1-pre.227-kotlin-1.5.21"
val kotlinWrappersVersion = "0.0.1-pre.230-kotlin-1.5.21"

dependencies {
implementation(enforcedPlatform(kotlinw("wrappers-bom:${kotlinWrappersVersion}")))
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=org.jetbrains.kotlin-wrappers
version.build=pre.229
version.build=pre.230

kotlin.code.style=official
kotlin.js.compiler=both
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 = "0.0.1-pre.227-kotlin-1.5.21"
val kotlinWrappersVersion = "0.0.1-pre.230-kotlin-1.5.21"

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

0 comments on commit de0d98c

Please sign in to comment.