Skip to content

Commit

Permalink
Update versions (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 24, 2023
1 parent 613c6e5 commit 8901e99
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Add it as a dependency to your Gradle project:

```kotlin
dependencies {
modImplementation("net.fabricmc:fabric-language-kotlin:1.10.8+kotlin.1.9.0")
modImplementation("net.fabricmc:fabric-language-kotlin:1.10.9+kotlin.1.9.10")
}
```

Expand All @@ -35,7 +35,7 @@ Remember to the add a dependency entry to your `fabric.mod.json` file:
]
},
"depends": {
"fabric-language-kotlin": ">=1.10.8+kotlin.1.9.0"
"fabric-language-kotlin": ">=1.10.9+kotlin.1.9.10"
}
}
```
Expand Down Expand Up @@ -236,8 +236,8 @@ Companion objects can be used by appending `$Companion` to the class.
## Bundled libraries

`org.jetbrains.kotlin` namespace:
- **`kotlin-stdlib`** 1.9.0 [Docs](https://kotlinlang.org/docs/home.html), [API docs](https://kotlinlang.org/api/latest/jvm/stdlib/), [GitHub](https://github.com/JetBrains/kotlin)
- **`kotlin-reflect`** 1.9.0 [Docs](https://kotlinlang.org/docs/reflection.html), [API docs](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/)
- **`kotlin-stdlib`** 1.9.10 [Docs](https://kotlinlang.org/docs/home.html), [API docs](https://kotlinlang.org/api/latest/jvm/stdlib/), [GitHub](https://github.com/JetBrains/kotlin)
- **`kotlin-reflect`** 1.9.10 [Docs](https://kotlinlang.org/docs/reflection.html), [API docs](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect/)

`org.jetbrains.kotlinx` namespace:
- **`kotlinx-coroutines-core`** 1.7.3 [Guide](https://kotlinlang.org/docs/coroutines-guide.html), [API docs](https://kotlin.github.io/kotlinx.coroutines/), [GitHub](https://github.com/Kotlin/kotlinx.coroutines)
Expand Down
2 changes: 1 addition & 1 deletion generated/kotlin_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.0
1.9.10
8 changes: 4 additions & 4 deletions generated/library_versions.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"org.jetbrains.kotlin:kotlin-stdlib": "1.9.0",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": "1.9.0",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": "1.9.0",
"org.jetbrains.kotlin:kotlin-reflect": "1.9.0",
"org.jetbrains.kotlin:kotlin-stdlib": "1.9.10",
"org.jetbrains.kotlin:kotlin-stdlib-jdk8": "1.9.10",
"org.jetbrains.kotlin:kotlin-stdlib-jdk7": "1.9.10",
"org.jetbrains.kotlin:kotlin-reflect": "1.9.10",
"org.jetbrains.kotlinx:kotlinx-coroutines-core": "1.7.3",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm": "1.7.3",
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8": "1.7.3",
Expand Down

0 comments on commit 8901e99

Please sign in to comment.