Skip to content

Commit

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

```kotlin
val kotlinWrappersVersion = "1.0.0-pre.747"
val kotlinWrappersVersion = "1.0.0-pre.748"

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

val kotlinWrappersVersion = "1.0.0-pre.747"
val kotlinWrappersVersion = "1.0.0-pre.748"

dependencies {
implementation(platform(kotlinw("wrappers-bom:$kotlinWrappersVersion")))
Expand Down
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.747
version.build=pre.748

org.gradle.jvmargs=-Xms2g -Xmx4g
org.gradle.parallel=true
Expand Down Expand Up @@ -199,4 +199,4 @@ wrappers-bom.version=1.0.0
inline-style-prefixer.version=7.0.0

# https://www.npmjs.com/package/puppeteer
puppeteer.version=22.8.0
puppeteer.version=22.8.1
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.747"
val kotlinWrappersVersion = "1.0.0-pre.748"

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

0 comments on commit 1bb3d87

Please sign in to comment.