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.
1 parent ed499f4 commit 9be6a6fCopy full SHA for 9be6a6f
build.gradle
@@ -99,7 +99,7 @@ dependencies {
99
implementation "org.scala-lang:scala-library:${scalaBinaryVersion}"
100
101
// TEST Scala //
102
- testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.15"
+ testImplementation "org.scalatest:scalatest_${scalaVersion}:3.3.0-SNAP4"
103
testImplementation 'com.vladsch.flexmark:flexmark-all:0.64.4'
104
105
// Linter Scala //
0 commit comments