Skip to content

Commit

Permalink
Update scalatest to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-yyu[bot] committed Feb 10, 2024
1 parent 49a3d7a commit 6083580
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 6083580

Please sign in to comment.