Skip to content

Commit

Permalink
Bye bye Finatra. Refers to #436
Browse files Browse the repository at this point in the history
  • Loading branch information
mfirry committed Oct 15, 2024
1 parent 4ee5df6 commit c0f41e4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 46 deletions.
8 changes: 0 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,6 @@ lazy val cask = (project in file("cask")).settings(
)
)

lazy val finatra = (project in file("finatra")).settings(
scalaVersion := scalaV,
libraryDependencies ++= Seq(
"com.twitter" %% "finatra-http-server" % "22.7.0"
)
)

lazy val http4s = (project in file("http4s")).settings(
scalaVersion := scalaV,
scalafmtOnCompile := true,
Expand Down Expand Up @@ -95,7 +88,6 @@ lazy val root = (project
`zio-http`,
`akka-http`,
unfiltered,
finatra,
http4s,
play,
scalatra,
Expand Down
25 changes: 0 additions & 25 deletions finatra/src/main/scala/AController.scala

This file was deleted.

13 changes: 0 additions & 13 deletions finatra/src/main/scala/WebServer.scala

This file was deleted.

0 comments on commit c0f41e4

Please sign in to comment.