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 8354931 + eb7cf06 commit b48f7c4Copy full SHA for b48f7c4
project/Dependencies.scala
@@ -31,7 +31,7 @@ object Dependencies {
31
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.4.2"
32
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.17"
33
val scalafixOrganizeImports = "com.github.liancheng" %% "organize-imports" % "0.5.0"
34
- val scalaTest = "org.scalatest" %% "scalatest" % "3.2.3"
+ val scalaTest = "org.scalatest" %% "scalatest" % "3.2.4"
35
val sentry = "io.sentry" % "sentry" % "4.1.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