Skip to content

Commit

Permalink
Merge pull request #42 from y-yu/update/scalatest-3.2.17
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.17
  • Loading branch information
y-yu authored Sep 10, 2023
2 parents 8c381f0 + 74646b6 commit eb47121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ lazy val featherweightGoCore = (crossProject(JVMPlatform, JSPlatform).crossType(
scalacOptions ++= defaultScalacOptions,
libraryDependencies ++= Seq(
"org.scala-lang.modules" %%% "scala-parser-combinators" % "1.1.2",
"org.scalatest" %%% "scalatest" % "3.2.16" % "test",
"org.scalatest" %%% "scalatest" % "3.2.17" % "test",
"com.lihaoyi" %%% "pprint" % "0.6.6"
)
)
Expand Down

0 comments on commit eb47121

Please sign in to comment.