Skip to content

Commit

Permalink
Update scalatest to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 10, 2020
1 parent 4985f28 commit f4770f3
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 @@ -23,7 +23,7 @@ object Dependencies {
val `log4j-over-slf4j` = "org.slf4j" % "log4j-over-slf4j" % version
}

val scalatest = "org.scalatest" %% "scalatest" % "3.1.1"
val scalatest = "org.scalatest" %% "scalatest" % "3.1.2"
val `logback-classic` = "ch.qos.logback" % "logback-classic" % "1.2.3"
val `akka-persistence-inmemory` = "com.github.dnvriend" %% "akka-persistence-inmemory" % "2.5.15.2"
val `executor-tools` = "com.evolutiongaming" %% "executor-tools" % "1.0.2"
Expand Down

0 comments on commit f4770f3

Please sign in to comment.