Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
soywiz committed Mar 5, 2021
1 parent 9a9de91 commit 3bba100
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 7 deletions.
23 changes: 17 additions & 6 deletions _data/versions.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
kmem: 1.10.1
klock: 1.10.3
korio: 1.10.2
korte: 1.10.0
korma: 1.10.3
gradle: 6.2.2
kds: 2.0.8
kmem: 2.0.9
klogger: 2.0.7
korinject: 2.0.6
krypto: 2.0.6
klock: 2.0.6
korio: 2.0.9
korte: 2.0.6
korma: 2.0.8
korim: 2.0.8
korau: 2.0.10
korgw: 2.0.8
korge: 2.0.8
korgeplugin: 2.0.8.1
gradle: 6.8.3
coroutines: 1.4.3
kotlin: 1.4.31
2 changes: 1 addition & 1 deletion _includes/using_with_gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### `build.gradle.kts`

Requires `Gradle 6.2.2` (`JVM 8~13`) for building and `Kotlin >=1.3.71` for running:
Requires `Gradle {{ site.data.versions.gradle }}` (`JVM 8~13`) for building and `Kotlin >={{ site.data.versions.kotlin }}` for running:

```kotlin
val {{ include.name }}Version = "{{ site.data.versions[include.name] }}"
Expand Down

0 comments on commit 3bba100

Please sign in to comment.