Skip to content

Commit

Permalink
Revert "Merge pull request #21 from nulab/update/scala-uri-3.5.0"
Browse files Browse the repository at this point in the history
This reverts commit e29bce5, reversing
changes made to be348df.
  • Loading branch information
jtakakura committed Oct 2, 2022
1 parent e29bce5 commit f90801a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jira-client/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "jira-client"
libraryDependencies ++= Seq(
"org.apache.httpcomponents" % "httpclient" % "4.5.13",
"io.spray" %% "spray-json" % "1.3.6",
"io.lemonlabs" %% "scala-uri" % "3.5.0",
"io.lemonlabs" %% "scala-uri" % "1.5.1",
"org.slf4j" % "slf4j-api" % "1.7.31",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
"org.specs2" %% "specs2-core" % "3.8.9" % Test,
Expand Down

0 comments on commit f90801a

Please sign in to comment.