Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
bump castor again
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaoyi-databricks committed Jul 21, 2020
1 parent 3aea57e commit 49b5788
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ object devbox extends DevboxModule{
ivy"com.lihaoyi::os-lib:0.7.1",
ivy"com.lihaoyi::os-lib-watch:0.7.1",
ivy"com.lihaoyi::upickle:1.2.0",
ivy"com.lihaoyi::castor:0.1.4",
ivy"com.lihaoyi::castor:0.1.7",
ivy"com.google.re2j:re2j:1.2",
ivy"com.lihaoyi::pprint:0.5.9",
ivy"com.github.scopt::scopt:3.7.1",
Expand Down
2 changes: 1 addition & 1 deletion devbox/agent/src/DevboxAgentMain.scala
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ object DevboxAgentMain {
setupGitShim(config.proxyGit)

implicit val ac = new castor.Context.Simple(
ExecutionContext.Implicits.global,
castor.Context.Simple.executionContext,
e => {
e.printStackTrace()
Util.sentryCapture(e)
Expand Down

0 comments on commit 49b5788

Please sign in to comment.