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 5a7b9f7 + 62ae5f6 commit b0f832fCopy full SHA for b0f832f
project/Dependencies.scala
@@ -31,7 +31,7 @@ object Dependencies {
31
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.3"
32
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.18"
33
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
34
- val scalaTest = "org.scalatest" %% "scalatest" % "3.2.6"
+ val scalaTest = "org.scalatest" %% "scalatest" % "3.2.7"
35
val sentry = "io.sentry" % "sentry" % "4.3.0"
36
val silencer = "com.github.ghik" % "silencer-plugin" % Versions.silencer cross CrossVersion.full
37
val silencerLib = "com.github.ghik" % "silencer-lib" % Versions.silencer % Provided cross CrossVersion.full
0 commit comments