Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Nov 19, 2023
1 parent 9d66071 commit 04ed4cf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ scalacOptions ++= Seq(
//resolvers += "Sonatype OSS Snapshots" at
// "https://oss.sonatype.org/content/repositories/snapshots"

libraryDependencies += "org.scalactic" %% "scalactic" % "3.2.14"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.14" % "test"
libraryDependencies += "org.scalactic" %% "scalactic" % "3.2.17"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % "test"
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.0" % "test"
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-17" % "3.2.14.0" % "test"
libraryDependencies += ("org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1").cross(CrossVersion.for3Use2_13) // for scalameter 2.13
libraryDependencies += "com.lihaoyi" %% "ujson" % "2.0.0"
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % "test"
libraryDependencies += ("org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0").cross(CrossVersion.for3Use2_13) // for scalameter 2.13
libraryDependencies += "com.lihaoyi" %% "ujson" % "3.1.3"
libraryDependencies += ("com.storm-enroute" %% "scalameter" % "0.19" % "test").cross(CrossVersion.for3Use2_13) // 0.21 has transitive io.github.... dependency which breaks io.Source in tests
//.exclude("org.scala-lang.modules", "scala-parser-combinators_2.13") // scalameter 2.13 dependency workaround
.exclude("org.scala-lang.modules", "scala-xml_2.13") // scalameter 2.13 dependency workaround
Expand Down

0 comments on commit 04ed4cf

Please sign in to comment.