Skip to content

Commit

Permalink
kotlin 1.8.10
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed Mar 27, 2023
1 parent 0df6959 commit 3b8fb3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.17.0"
version = "0.18.0"
}
6 changes: 3 additions & 3 deletions doc/antora.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: canard
title: Canard
version: '0.17'
display_version: '0.17.0'
version: '0.18'
display_version: '0.18.0'
nav:
- modules/ROOT/nav.adoc
- modules/core/nav.adoc
asciidoc:
attributes:
version: '0.17.0'
version: '0.18.0'
kotlin: '1.8.0'
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:7.0.2")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:7.0.5")
}
}

Expand Down

0 comments on commit 3b8fb3e

Please sign in to comment.