diff --git a/build.sbt b/build.sbt index cfa1b86..c123aed 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ lazy val advent = (project in file(".")) .enablePlugins(JmhPlugin) .settings( - scalaVersion := "3.3.1", + scalaVersion := "3.3.4", libraryDependencies += "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4", libraryDependencies ++= Seq( "org.typelevel" %% "cats-core" % "2.10.0", diff --git a/requirements.txt b/requirements.txt index 401e732..09f0181 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ mip==1.15.0 pytest==8.3.3 -black==24.8.0 +black==24.10.0 isort==5.13.2