Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
twentylemon authored Nov 23, 2024
2 parents 62af6e3 + 75ce8e9 commit f9e2aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val advent = (project in file("."))
scalaVersion := "3.3.4",
libraryDependencies += "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % "2.10.0",
"org.typelevel" %% "cats-core" % "2.12.0",
"org.typelevel" %% "cats-collections-core" % "0.9.9"
),
libraryDependencies ++= Seq(
Expand All @@ -17,7 +17,7 @@ lazy val advent = (project in file("."))
"com.github.vagmcs" %% "optimus-solver-oj" % "3.4.4"
),
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.1" % Test,
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % Test,
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-17" % "3.2.18.0" % Test,
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % Test,
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oDF"),
Test / parallelExecution := false,
Expand Down

0 comments on commit f9e2aef

Please sign in to comment.