Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update dependency org.scalatest:scalatest to v3.2.17
Browse files Browse the repository at this point in the history
renovate[bot] authored Sep 7, 2023
1 parent 35c6c95 commit 43fea15
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
@@ -20,7 +20,7 @@ lazy val root = crossProject(JSPlatform, JVMPlatform)
"utf-8"
),
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"com.disneystreaming" %% "weaver-monix" % "0.6.15" % Test,
"io.monix" %%% "monix" % "3.4.1",
"dev.optics" %%% "monocle-core" % "3.2.0",

0 comments on commit 43fea15

Please sign in to comment.