Skip to content

Commit

Permalink
Update scalatest from 3.2.11 to 3.2.12 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
disco-scala-steward authored May 26, 2022
1 parent b9a62d3 commit e92aec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ object Dependencies {
val randomDataGenerator = "com.danielasfregola" %% "random-data-generator" % "2.9" % Test
val scalaCheck = "org.scalacheck" %% "scalacheck" % "1.16.0" % Test
val scalaCheckDatetime = "com.47deg" %% "scalacheck-toolbox-datetime" % "0.6.0" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.11" % Test
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12" % Test
val scalaTestPlusMockito = "org.scalatestplus" %% "mockito-3-12" % "3.2.10.0" % Test

val core: Seq[ModuleID] = Akka.base ++ Cats.base ++ Kafka.base ++ Kamon.all ++ PureConfig.all ++ Refined.base ++ Seq(
Expand Down

0 comments on commit e92aec2

Please sign in to comment.