Skip to content

Commit

Permalink
Update scalatest to 3.2.18 in main
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperledger-bot committed May 20, 2024
1 parent 8db330a commit 2780633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ lazy val D_Pollux_VC_JWT = new {
val zioTestSbt = "dev.zio" %% "zio-test-sbt" % V.zio % Test
val zioTestMagnolia = "dev.zio" %% "zio-test-magnolia" % V.zio % Test

val scalaTest = "org.scalatest" %% "scalatest" % "3.2.16" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test

// Dependency Modules
val zioDependencies: Seq[ModuleID] = Seq(zio, zioPrelude, zioTest, zioTestSbt, zioTestMagnolia)
Expand Down

0 comments on commit 2780633

Please sign in to comment.