Skip to content

Commit

Permalink
Kotlin 1.7.20
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Sep 29, 2022
1 parent 142726b commit 67aba14
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

allprojects {
group = "org.kodein.log"
version = "0.16.0-kotlin-1.7.20-RC"
version = "0.16.0"
}
8 changes: 4 additions & 4 deletions doc/antora.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: canard
title: Canard
version: '0.16-kotlin-1.7.20-RC'
display_version: '0.16.0-kotlin-1.7.20-RC'
version: '0.16'
display_version: '0.16.0'
nav:
- modules/ROOT/nav.adoc
- modules/core/nav.adoc
asciidoc:
attributes:
version: '0.16.0-kotlin-1.7.20-RC'
kotlin: '1.7.20-RC'
version: '0.16.0'
kotlin: '1.7.20'
jdk: '1.8'
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
maven(url = "https://raw.githubusercontent.com/kosi-libs/kodein-internal-gradle-plugin/mvn-repo")
}
dependencies {
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.20.2-kotlin-1.7.20-RC")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:6.21.0")
}
}

Expand Down

0 comments on commit 67aba14

Please sign in to comment.