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 822e888 commit a53aa68Copy full SHA for a53aa68
build.sbt
@@ -11,7 +11,6 @@ lazy val root = project
11
tapir ++ logLib ++ configLib ++
12
Seq(
13
"com.lihaoyi" %% "mainargs" % "0.7.6",
14
- "com.github.pathikrit" %% "better-files" % "3.9.2",
15
"dnsjava" % "dnsjava" % "3.6.3",
16
"org.scalameta" %% "munit" % "1.1.1" % Test
17
)
src/main/scala/Main.scala
@@ -1,7 +1,6 @@
1
import com.timzaak.proxy.*
2
import mainargs.{ParserForMethods, arg, main}
3
import org.apache.pekko.actor.ActorSystem
4
-import sttp.tapir.model.ServerRequest
5
6
import scala.concurrent.Await
7
import scala.concurrent.duration.Duration
0 commit comments