Skip to content

Commit

Permalink
Merge branch 'main' into update/optimus-3.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
twentylemon authored Nov 15, 2024
2 parents a9632aa + 20be70c commit 1813f4d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion project/metals.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

// This file enables sbt-bloop to create bloop config files.

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.14")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18")
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mip==1.15.0
pytest==8.3.3
black==24.8.0
black==24.10.0
isort==5.13.2

0 comments on commit 1813f4d

Please sign in to comment.