Skip to content

Commit

Permalink
Merge pull request #194 from softwaremill/update/scalatest-flatspec-3…
Browse files Browse the repository at this point in the history
….2.17

Update scalatest-flatspec, ... to 3.2.17
  • Loading branch information
mergify[bot] authored Sep 8, 2023
2 parents 7c836a6 + c6cbbb4 commit 7d796d8
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 @@ -67,7 +67,7 @@ lazy val quicklens = (projectMatrix in file("quicklens"))
libraryDependencies ++= compilerLibrary(scalaVersion.value),
versionSpecificScalaSources,
libraryDependencies ++= Seq("flatspec", "shouldmatchers").map(m =>
"org.scalatest" %%% s"scalatest-$m" % "3.2.16" % Test
"org.scalatest" %%% s"scalatest-$m" % "3.2.17" % Test
)
)
.jvmPlatform(
Expand Down

0 comments on commit 7d796d8

Please sign in to comment.