Skip to content

Commit

Permalink
Update optimus, optimus-solver-oj to 3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-twentylemon[bot] committed Nov 15, 2024
1 parent 13133cb commit a9632aa
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 @@ -13,8 +13,8 @@ lazy val advent = (project in file("."))
"io.circe" %% "circe-parser" % "0.14.6"
),
libraryDependencies ++= Seq(
"com.github.vagmcs" %% "optimus" % "3.4.3",
"com.github.vagmcs" %% "optimus-solver-oj" % "3.4.3"
"com.github.vagmcs" %% "optimus" % "3.4.4",
"com.github.vagmcs" %% "optimus-solver-oj" % "3.4.4"
),
libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
libraryDependencies += "org.scalatestplus" %% "scalacheck-1-17" % "3.2.17.0" % Test,
Expand Down

0 comments on commit a9632aa

Please sign in to comment.