Skip to content

Commit a53aa68

Browse files
committed
remove deps2
1 parent 822e888 commit a53aa68

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ lazy val root = project
1111
tapir ++ logLib ++ configLib ++
1212
Seq(
1313
"com.lihaoyi" %% "mainargs" % "0.7.6",
14-
"com.github.pathikrit" %% "better-files" % "3.9.2",
1514
"dnsjava" % "dnsjava" % "3.6.3",
1615
"org.scalameta" %% "munit" % "1.1.1" % Test
1716
)

src/main/scala/Main.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import com.timzaak.proxy.*
22
import mainargs.{ParserForMethods, arg, main}
33
import org.apache.pekko.actor.ActorSystem
4-
import sttp.tapir.model.ServerRequest
54

65
import scala.concurrent.Await
76
import scala.concurrent.duration.Duration

0 commit comments

Comments
 (0)