Merge pull request #8006 from scala-steward/update/scrimage-core-4.0.15

Update scrimage-core to 4.0.15
This commit is contained in:
Thibault Duplessis 2021-01-27 21:56:46 +01:00 committed by GitHub
commit 6895f07748
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ object Dependencies {
val compression = "org.lichess" %% "compression" % "1.6"
val maxmind = "com.sanoma.cda" %% "maxmind-geoip2-scala" % "1.3.1-THIB"
val prismic = "io.prismic" %% "scala-kit" % "1.2.19-THIB213"
val scrimage = "com.sksamuel.scrimage" % "scrimage-core" % "4.0.12"
val scrimage = "com.sksamuel.scrimage" % "scrimage-core" % "4.0.15"
val scaffeine = "com.github.blemale" %% "scaffeine" % "4.0.2" % "compile"
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.22.2"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "2.3.1"