Skip to content

Commit

Permalink
Remove old Sequins dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed Oct 14, 2024
1 parent 6fd711d commit 0568a6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ version = Versions.GALLERY_OF_DREAMS
dependencies {
implementation(project(":common"))
implementation(kotlin("stdlib"))
implementation("net.perfectdreams.sequins.ktor:base-route:1.0.4")
implementation("io.ktor:ktor-server-cio:${Versions.KTOR}")
implementation("io.ktor:ktor-client-cio:${Versions.KTOR}")
implementation("io.ktor:ktor-server-html-builder:${Versions.KTOR}")
Expand Down

0 comments on commit 0568a6a

Please sign in to comment.