Skip to content

Commit

Permalink
Merge pull request #54 from y-yu/update/scalatest-3.2.18
Browse files Browse the repository at this point in the history
Update scalatest to 3.2.18
  • Loading branch information
y-yu authored Feb 13, 2024
2 parents 49a3d7a + 6083580 commit cc93571
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" % "2.3.0",
"org.scalatest" %%% "scalatest" % "3.2.17" % "test",
"org.scalatest" %%% "scalatest" % "3.2.18" % "test",
"com.lihaoyi" %%% "pprint" % "0.8.1"
)
)
Expand Down

0 comments on commit cc93571

Please sign in to comment.