Skip to content

Commit

Permalink
docs + upgrade Kodein-Type
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Boisselle committed May 21, 2021
1 parent 80a84aa commit 91488ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions doc/antora.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: kodein-di
title: Kodein-DI
version: '7.5'
display_version: '7.5.0'
version: '7.6'
display_version: '7.6.0'
nav:
- modules/ROOT/nav.adoc
- modules/core/nav.adoc
Expand All @@ -10,6 +10,6 @@ nav:
- modules/migration/nav.adoc
asciidoc:
attributes:
version: '7.5.0'
kotlin: '1.4.31'
version: '7.6.0'
kotlin: '1.5.0'
jdk: '1.8'
2 changes: 1 addition & 1 deletion kodein-di/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kodein {

common {
main.dependencies {
api("org.kodein.type:kodein-type:1.7.0")
api("org.kodein.type:kodein-type:1.7.1")
}
test.dependencies {
implementation(project(":test-utils"))
Expand Down

0 comments on commit 91488ad

Please sign in to comment.