diff --git a/LibDocumentation.md b/LibDocumentation.md index e262d9a..3f39031 100644 --- a/LibDocumentation.md +++ b/LibDocumentation.md @@ -32,7 +32,7 @@ To add `Exposed` framework of that version you had to use: org.jetbrains.exposed exposed - 0.17.6 + 0.17.7 @@ -41,13 +41,13 @@ To add `Exposed` framework of that version you had to use: #### Gradle Groovy ```groovy dependencies { - compile 'org.jetbrains.exposed:exposed:0.17.6' + compile 'org.jetbrains.exposed:exposed:0.17.7' } ``` #### Gradle Kotlin DSL ```kotlin dependencies { - compile("org.jetbrains.exposed", "exposed", "0.17.6") + compile("org.jetbrains.exposed", "exposed", "0.17.7") } ```