Skip to content

Commit 7c94085

Browse files
Update scalactic to 3.2.7 (spotify#3728)
1 parent 3e23d30 commit 7c94085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ lazy val `scio-test`: Project = project
516516
"commons-io" % "commons-io" % commonsIoVersion,
517517
"org.apache.beam" % "beam-sdks-java-core" % beamVersion,
518518
"org.hamcrest" % "hamcrest" % hamcrestVersion,
519-
"org.scalactic" %% "scalactic" % "3.2.6",
519+
"org.scalactic" %% "scalactic" % "3.2.7",
520520
"com.propensive" %% "magnolia" % magnoliaVersion
521521
),
522522
Test / compileOrder := CompileOrder.JavaThenScala,

0 commit comments

Comments
 (0)