We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaffc09 commit 5699b77Copy full SHA for 5699b77
project/Dependencies.scala
@@ -8,7 +8,7 @@ object Dependencies {
8
val ScalaTest = "3.2.19"
9
val CommonsValidator = "1.9.0"
10
val ScalaCollectionCompat = "2.13.0"
11
- val ScalaUri = "4.0.3"
+ val ScalaUri = "4.2.0"
12
val OrganizeImports = "0.6.0"
13
val Scaluzzi = "0.1.23"
14
@@ -21,7 +21,7 @@ object Dependencies {
21
"io.github.url-detector" % "url-detector" % UrlDetector,
22
"commons-validator" % "commons-validator" % CommonsValidator,
23
"org.scala-lang.modules" %% "scala-collection-compat" % ScalaCollectionCompat,
24
- "io.lemonlabs" %% "scala-uri" % ScalaUri,
+ "com.indoorvivants" %% "scala-uri" % ScalaUri,
25
"org.scalatest" %% "scalatest" % ScalaTest % Test
26
)
27
0 commit comments