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 fddf65a + 70ecefa commit c1f1d6fCopy full SHA for c1f1d6f
project/Dependencies.scala
@@ -29,7 +29,7 @@ object Dependencies {
29
val scalaCollectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % "2.2.0"
30
val scalafixScaluzzi = "com.github.vovapolu" %% "scaluzzi" % "0.1.15"
31
val scalafixSortImports = "com.nequissimus" %% "sort-imports" % "0.5.5"
32
- val scalaTest = "org.scalatest" %% "scalatest" % "3.2.2"
+ val scalaTest = "org.scalatest" %% "scalatest" % "3.2.3"
33
val sentry = "io.sentry" % "sentry" % "3.1.2"
34
val silencer = "com.github.ghik" % "silencer-plugin" % Versions.silencer cross CrossVersion.full
35
val silencerLib = "com.github.ghik" % "silencer-lib" % Versions.silencer % Provided cross CrossVersion.full
0 commit comments