Skip to content

Commit

Permalink
removing scalatest
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrapyre committed Mar 10, 2024
1 parent 0cc67a4 commit f429b8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ val versions = new {
val sonatypeZapperClient = "1.3"
val sttp = "4.0.0-M9"
val zioJson = "0.6.2"
val scalatest = "3.2.18"
}

ThisBuild / dynverSeparator := "-"
Expand Down Expand Up @@ -71,6 +70,5 @@ lazy val sbtSonatype =
"com.softwaremill.sttp.client4" %% "zio-json" % versions.sttp,
"com.softwaremill.sttp.client4" %% "slf4j-backend" % versions.sttp,
"dev.zio" %% "zio-json" % versions.zioJson,
"org.scalatest" %% "scalatest" % versions.scalatest % Test
)
)

0 comments on commit f429b8a

Please sign in to comment.