Merge pull request #9172 from scala-steward/update/scala-uri-3.5.0

Update scala-uri to 3.5.0
pull/9180/head
Thibault Duplessis 2021-06-14 08:19:41 +02:00 committed by GitHub
commit dd25c41be9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ object Dependencies {
val scrimage = "com.sksamuel.scrimage" % "scrimage-core" % "4.0.20"
val scaffeine = "com.github.blemale" %% "scaffeine" % "4.0.2" % "compile"
val googleOAuth = "com.google.auth" % "google-auth-library-oauth2-http" % "0.26.0"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "3.3.0"
val scalaUri = "io.lemonlabs" %% "scala-uri" % "3.5.0"
val scalatags = "com.lihaoyi" %% "scalatags" % "0.9.4"
val lettuce = "io.lettuce" % "lettuce-core" % "6.1.2.RELEASE"
val epoll = "io.netty" % "netty-transport-native-epoll" % "4.1.58.Final" classifier "linux-x86_64"