Skip to content

Commit

Permalink
kotlin 2.0 !!!
Browse files Browse the repository at this point in the history
  • Loading branch information
romainbsl committed May 23, 2024
1 parent 1d16713 commit ce35afd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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 = "1.1.2"
version = "1.2.0"
}
10 changes: 5 additions & 5 deletions doc/antora.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: canard
title: Canard
version: '1.1'
display_version: '1.1.1'
version: '1.2'
display_version: '1.2.0'
nav:
- modules/ROOT/nav.adoc
- modules/core/nav.adoc
asciidoc:
attributes:
version: '1.1.1'
kotlin: '1.9.21'
jdk: '1.8'
version: '1.2.0'
kotlin: '2.0.0'
jdk: '11'
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,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:8.7.0-kotlin-2.0.0-RC3-SNAPSHOT")
classpath("org.kodein.internal.gradle:kodein-internal-gradle-settings:8.7.0")
}
}

Expand Down

0 comments on commit ce35afd

Please sign in to comment.