Bump to 5.1.0

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2020-10-07 09:14:43 +02:00
parent a3fc5a87c7
commit 5d258e7b57
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -27,7 +27,7 @@ buildscript {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.14.2"
classpath "commons-httpclient:commons-httpclient:3.1@jar" // remove after entire switch to lib v2
classpath 'com.karumi:shot:5.0.1'
classpath 'com.karumi:shot:5.1.0'
}
}