Merge pull request #6001 from scala-steward/update/scala-uri-2.0.0

Update scala-uri to 2.0.0
pull/6012/head
Thibault Duplessis 2020-02-08 20:50:01 -06:00 committed by GitHub
commit 7d2f13a803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ object Dependencies {
val scrimage = "com.sksamuel.scrimage" %% "scrimage-core" % "2.1.8-SNAPSHOT"
val scaffeine = "com.github.blemale" %% "scaffeine" % "3.1.0" % "compile"
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.20.0"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "1.5.1"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "2.0.0"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.8.5"
val lettuce = "io.lettuce" % "lettuce-core" % "5.2.1.RELEASE"
val epoll = "io.netty" % "netty-transport-native-epoll" % "4.1.44.Final" classifier "linux-x86_64"