Revert "upgrade Url lib"

This reverts commit 374d01844b.
pull/5708/head
Thibault Duplessis 2019-11-29 14:21:16 -06:00
parent 7dd84560df
commit 5714aba919
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
package lila.relay
import akka.actor._
import io.lemonlabs.uri.Url
import org.joda.time.DateTime
import ornicar.scalalib.Zero
import play.api.libs.json._

View File

@ -42,7 +42,7 @@ object Dependencies {
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.18.0"
val specs2 = "org.specs2" %% "specs2-core" % "4.0.2" % "test"
val specs2Scalaz = "org.specs2" %% "specs2-scalaz" % "4.0.2" % "test"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "1.5.0"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "1.2.0"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.6.7"
val lettuce = "io.lettuce" % "lettuce-core" % "5.2.1.RELEASE"
val epoll = "io.netty" % "netty-transport-native-epoll" % "4.1.43.Final" classifier "linux-x86_64"