Skip to content

Commit

Permalink
check point
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Feb 13, 2024
1 parent 176642a commit e9029bf
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
lazy val auth0Version = "4.4.0"
lazy val circeVersion = "0.14.6"
lazy val codecVersion = "1.16.0"
lazy val codecVersion = "1.16.1"
lazy val configVersion = "1.4.3"
lazy val jettyVersion = "11.0.18"
lazy val json4sJacksonVersion = "4.0.6"
lazy val jettyVersion = "11.0.20"
lazy val json4sJacksonVersion = "4.0.7"
lazy val jansiVersion = "2.4.1"
lazy val jtaVersion = "1.1"
lazy val junitVersion = "4.13.2"
lazy val logbackVersion = "1.4.13"
lazy val logbackVersion = "1.4.14"
lazy val rxjavaVersion = "3.1.8"
lazy val scalatestVersion = "3.2.17"
lazy val scalatestVersion = "3.2.18"
lazy val scalatraVersion = "3.0.0"
lazy val servletVersion = "4.0.1"
lazy val slf4jVersion = "2.0.9"
lazy val slf4jVersion = "2.0.12"

Global / onChangedBuildSource := ReloadOnSourceChanges

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.7
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion src/main/scala/org/mbari/m3/panoptes/api/ImageV1Api.scala
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class ImageV1Api(maxFileSizeGB: Int = 3)(implicit val executor: ExecutionContext
halt(BadRequest(body = s"""{"error": "An error occurred: ${e.getMessage}"}"""))
}
)
f.onComplete(_ => inputStream.close())
// f.onComplete(_ => inputStream.close())
f
case None =>
halt(BadRequest(body = """{"error": "No file was attached"}"""))
Expand Down

0 comments on commit e9029bf

Please sign in to comment.