Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-bloop-1.5.18
Browse files Browse the repository at this point in the history
  • Loading branch information
twentylemon authored Nov 15, 2024
2 parents 3e7a2c1 + dbaf9a0 commit 67fe15c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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 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 67fe15c

Please sign in to comment.