Skip to content

Commit 5a12c49

Browse files
authored
Merge pull request #43 from scala-steward/update/scalatest-3.1.3
Update scalatest to 3.1.3
2 parents 6ba9250 + f42de6f commit 5a12c49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ scalacOptions ++= (CrossVersion.partialVersion(scalaVersion.value) match {
4040
})
4141

4242
libraryDependencies ++= Seq(
43-
"org.scalatest" %% "scalatest" % "3.1.2" % "test"
43+
"org.scalatest" %% "scalatest" % "3.1.3" % "test"
4444
)
4545

4646
publishMavenStyle := true

0 commit comments

Comments
 (0)