Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2b57f3f

Browse files
committedJun 13, 2024·
update scala-url to the latest
1 parent 1b0b5c8 commit 2b57f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ lazy val core = (project in file("core"))
199199
"com.chuusai" %% "shapeless" % "2.3.10",
200200
"com.qvantel" %% "scala-inflector" % "1.4.0",
201201
"io.spray" %% "spray-json" % "1.3.6",
202-
"io.lemonlabs" %% "scala-uri" % "3.0.0",
202+
"io.lemonlabs" %% "scala-uri" % "4.0.3",
203203
"org.typelevel" %% "cats-effect" % "2.5.5",
204204
"co.fs2" %% "fs2-io" % "2.5.11",
205205
"net.virtual-void" %% "json-lenses" % "0.6.2"

0 commit comments

Comments
 (0)
Please sign in to comment.