From a9632aa892265bb8f367c6ee1def0ba5757e5814 Mon Sep 17 00:00:00 2001 From: "scala-steward-twentylemon[bot]" <153692210+scala-steward-twentylemon[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 17:36:28 +0000 Subject: [PATCH] Update optimus, optimus-solver-oj to 3.4.4 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index cfa1b86..cc4cdb8 100644 --- a/build.sbt +++ b/build.sbt @@ -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,