Skip to content
This repository has been archived by the owner on Apr 19, 2021. It is now read-only.

Commit

Permalink
Update scalatest to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 25, 2020
1 parent 422e872 commit f8f88e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ val coreSettings = Seq(
"com.typesafe.akka" %% "akka-testkit" % akka26Version % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % akka26Version % Test,
"com.typesafe.akka" %% "akka-persistence-tck" % akka26Version % Test,
"org.scalatest" %% "scalatest" % "3.1.1" % Test
"org.scalatest" %% "scalatest" % "3.1.4" % Test
)
case Some((2L, scalaMajor)) if scalaMajor == 12 =>
Seq(
Expand All @@ -83,7 +83,7 @@ val coreSettings = Seq(
"com.typesafe.akka" %% "akka-testkit" % akka26Version % Test,
"com.typesafe.akka" %% "akka-stream-testkit" % akka26Version % Test,
"com.typesafe.akka" %% "akka-persistence-tck" % akka26Version % Test,
"org.scalatest" %% "scalatest" % "3.1.1" % Test
"org.scalatest" %% "scalatest" % "3.1.4" % Test
)
}
},
Expand Down

0 comments on commit f8f88e8

Please sign in to comment.