Skip to content

Commit

Permalink
Merge branch 'main' into scala-steward-monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
alexklibisz authored Nov 5, 2023
2 parents 13dba41 + c4a06e4 commit eed7b8b
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
Expand Up @@ -121,7 +121,7 @@ lazy val `elastiknn-plugin` = project
"org.scalanlp" %% "breeze" % "2.1.0" % Test,
"io.circe" %% "circe-parser" % CirceVersion % Test,
"io.circe" %% "circe-generic-extras" % CirceVersion % Test,
"ch.qos.logback" % "logback-classic" % "1.4.7" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.11" % Test,
"com.klibisz.futil" %% "futil" % "0.1.2" % Test
),
scalacOptions ++= ScalacOptions,
Expand Down
2 changes: 1 addition & 1 deletion project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SBT setup for the build plugins.

libraryDependencies ++= Seq(
"org.apache.commons" % "commons-compress" % "1.23.0"
"org.apache.commons" % "commons-compress" % "1.24.0"
)

0 comments on commit eed7b8b

Please sign in to comment.