We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 59be15d + 3fbbc21 commit 0014a4dCopy full SHA for 0014a4d
project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
29
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.1.6"
30
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.12"
31
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.4"
32
- val scalaTest = "org.scalatest" %% "scalatest" % "3.2.1"
+ val scalaTest = "org.scalatest" %% "scalatest" % "3.2.2"
33
val sentry = "io.sentry" % "sentry" % "1.7.30"
34
val silencer = "com.github.ghik" % "silencer-plugin" % Versions.silencer cross CrossVersion.full
35
val silencerLib = "com.github.ghik" % "silencer-lib" % Versions.silencer cross CrossVersion.full
0 commit comments