Skip to content

Commit ecec7ee

Browse files
Update scalatest to 3.2.19 (#290)
1 parent 6dfd14f commit ecec7ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ lazy val `fsi-macros` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
114114
CrossVersion.partialVersion(scalaVersion.value) match {
115115
case Some((2, _)) => Seq(
116116
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
117-
"org.scalatest" %% "scalatest" % "3.2.18" % Test
117+
"org.scalatest" %% "scalatest" % "3.2.19" % Test
118118
)
119-
case _ => Seq("org.scalatest" %% "scalatest" % "3.2.18" % Test)
119+
case _ => Seq("org.scalatest" %% "scalatest" % "3.2.19" % Test)
120120
}
121121
}
122122
)
@@ -149,7 +149,7 @@ lazy val `fsi-benchmark-core` = crossProject(JVMPlatform)
149149
.settings(
150150
crossScalaVersions := Seq("2.13.11", scalaVersion.value, "2.11.12"),
151151
libraryDependencies ++= Seq(
152-
"org.scalatest" %% "scalatest" % "3.2.18" % Test
152+
"org.scalatest" %% "scalatest" % "3.2.19" % Test
153153
)
154154
)
155155

@@ -167,7 +167,7 @@ lazy val `fsi-benchmark` = crossProject(JVMPlatform)
167167
"com.dongxiguo" %% "fastring" % "1.0.0",
168168
"com.outr" %% "perfolation" % "1.1.7",
169169
"com.outr" %% "scribe-slf4j" % "2.7.13" % Test,
170-
"org.scalatest" %% "scalatest" % "3.2.18" % Test
170+
"org.scalatest" %% "scalatest" % "3.2.19" % Test
171171
)
172172
)
173173

0 commit comments

Comments
 (0)