Skip to content

Commit 5699b77

Browse files
Update scala-uri to 4.2.0 (#261)
1 parent aaffc09 commit 5699b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ object Dependencies {
88
val ScalaTest = "3.2.19"
99
val CommonsValidator = "1.9.0"
1010
val ScalaCollectionCompat = "2.13.0"
11-
val ScalaUri = "4.0.3"
11+
val ScalaUri = "4.2.0"
1212
val OrganizeImports = "0.6.0"
1313
val Scaluzzi = "0.1.23"
1414

@@ -21,7 +21,7 @@ object Dependencies {
2121
"io.github.url-detector" % "url-detector" % UrlDetector,
2222
"commons-validator" % "commons-validator" % CommonsValidator,
2323
"org.scala-lang.modules" %% "scala-collection-compat" % ScalaCollectionCompat,
24-
"io.lemonlabs" %% "scala-uri" % ScalaUri,
24+
"com.indoorvivants" %% "scala-uri" % ScalaUri,
2525
"org.scalatest" %% "scalatest" % ScalaTest % Test
2626
)
2727

0 commit comments

Comments
 (0)