From 804a5c48666cc277476d7171bc3cd8817282d4d8 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 9 Mar 2021 02:19:15 +0100 Subject: [PATCH] Update scala-uri to 3.1.0 (#344) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5a322967..75bbb43d 100644 --- a/build.sbt +++ b/build.sbt @@ -57,7 +57,7 @@ libraryDependencies += "eu.timepit" %% "refined" % "0.9.21" libraryDependencies += "com.github.julien-truffaut" %% "monocle-core" % "2.1.0" libraryDependencies += "com.github.julien-truffaut" %% "monocle-macro" % "2.1.0" libraryDependencies += "com.47deg" %% "github4s" % "0.28.2" -libraryDependencies += "io.lemonlabs" %% "scala-uri" % "3.0.0" +libraryDependencies += "io.lemonlabs" %% "scala-uri" % "3.1.0" libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.21.20" libraryDependencies += "org.scalameta" %% "scalameta" % "4.4.10" libraryDependencies += "io.get-coursier" %% "coursier" % "2.0.12"