Skip to content

Commit 7e713ea

Browse files
authored
Merge pull request #476 from scala-steward/update/scalatest-3.1.1
Update scalatest to 3.1.1
2 parents b258a93 + eda9d0b commit 7e713ea

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
@@ -37,7 +37,7 @@ val core = project.settings(
3737
name := "mima-core",
3838
libraryDependencies ++= Seq(
3939
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
40-
"org.scalatest" %% "scalatest" % "3.1.0" % Test,
40+
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
4141
),
4242
MimaSettings.mimaSettings,
4343
apiMappings ++= {

0 commit comments

Comments
 (0)