diff --git a/Getting-Started.md b/Getting-Started.md index b337c27..003f823 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -15,7 +15,7 @@ org.jetbrains.exposed exposed - 0.9.1 + 0.10.1 @@ -30,7 +30,7 @@ repositories { } } dependencies { - compile 'org.jetbrains.exposed:exposed:0.9.1' + compile 'org.jetbrains.exposed:exposed:0.10.1' } ```