Skip to content

Commit

Permalink
Merge pull request #16 from scala-steward/update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.18
  • Loading branch information
luksow authored Jul 3, 2024
2 parents e129255 + 1076016 commit 0e5a2b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ libraryDependencies ++= {
val pekkoHttpV = "1.0.0"
val pekkoV = "1.0.1"
val circeV = "0.14.4"
val scalaTestV = "3.2.16"
val scalaTestV = "3.2.18"
val pekkoHttpJsonV = "2.0.0"

Seq(
"org.apache.pekko" %% "pekko-actor" % pekkoV,
"org.apache.pekko" %% "pekko-stream" % pekkoV,
Expand Down

0 comments on commit 0e5a2b0

Please sign in to comment.