Skip to content

Commit

Permalink
Merge pull request #263 from scala-steward/update/scalatest-3.2.15
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.15
  • Loading branch information
hagay3 authored Mar 21, 2023
2 parents 8b6d5e1 + d583570 commit 68d2a18
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 @@ -23,7 +23,7 @@ val akkaVersion = "2.6.19"
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.17.0"

val specs2 = "org.specs2" %% "specs2-core" % "4.19.2"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.14"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.15"

val akkaStreamTestKit = ("com.typesafe.akka" %% "akka-stream-testkit" % akkaVersion).cross(CrossVersion.for3Use2_13)

Expand Down

0 comments on commit 68d2a18

Please sign in to comment.