From 92cf1929d358abbe4f106fd60ab02b5275328c6c Mon Sep 17 00:00:00 2001 From: Tapac Date: Sun, 17 Nov 2019 18:47:41 +0300 Subject: [PATCH] 0.17.6 -> 0.17.7 --- LibDocumentation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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") } ```