We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e23d30 commit 7c94085Copy full SHA for 7c94085
build.sbt
@@ -516,7 +516,7 @@ lazy val `scio-test`: Project = project
516
"commons-io" % "commons-io" % commonsIoVersion,
517
"org.apache.beam" % "beam-sdks-java-core" % beamVersion,
518
"org.hamcrest" % "hamcrest" % hamcrestVersion,
519
- "org.scalactic" %% "scalactic" % "3.2.6",
+ "org.scalactic" %% "scalactic" % "3.2.7",
520
"com.propensive" %% "magnolia" % magnoliaVersion
521
),
522
Test / compileOrder := CompileOrder.JavaThenScala,
0 commit comments