Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bechang committed Sep 7, 2024
1 parent 99b5163 commit b36612a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@ lazy val commonSettings = Seq(
//"-Xfatal-warnings", // turn warnings into errors
),
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
"org.scalacheck" %% "scalacheck" % "1.16.0" % "test",
"org.scalactic" %% "scalactic" % "3.2.13",
"org.scalatest" %% "scalatest" % "3.2.13" % "test",
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.13.0" % "test"
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0",
"org.scalatest" %% "scalatest" % "3.2.19" % "test"
),

// set logging to show only errors during runs
Expand Down

0 comments on commit b36612a

Please sign in to comment.