Skip to content

Commit

Permalink
pre.247
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonya committed Sep 20, 2021
1 parent 76726cf commit 0712a68
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 @@ -44,7 +44,7 @@ about version compatibility.
Just declare `kotlin-wrappers-bom` and specify the modules you need:

```kotlin
val kotlinWrappersVersion = "0.0.1-pre.246-kotlin-1.5.30"
val kotlinWrappersVersion = "0.0.1-pre.247-kotlin-1.5.30"

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

val kotlinWrappersVersion = "0.0.1-pre.246-kotlin-1.5.30"
val kotlinWrappersVersion = "0.0.1-pre.247-kotlin-1.5.30"

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.246
version.build=pre.247

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.246-kotlin-1.5.30"
val kotlinWrappersVersion = "0.0.1-pre.247-kotlin-1.5.30"

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

0 comments on commit 0712a68

Please sign in to comment.