Skip to content

Commit

Permalink
Update coordinator deps
Browse files Browse the repository at this point in the history
  • Loading branch information
WojciechMazur committed Sep 16, 2024
1 parent 56ab22b commit 893f10c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions coordinator/src/main/scala/ProjectConfigDiscovery.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class ProjectConfigDiscovery(internalProjectConfigsPath: java.io.File, requiredC
case (project, "compile-only") => project -> TestingMode.CompileOnly
case (project, "disabled") => project -> TestingMode.Disabled
case (project, "full") => project -> TestingMode.Full
case _ => ??? // unreachable
}.toMap

def apply(
Expand Down
4 changes: 2 additions & 2 deletions coordinator/src/main/scala/build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
//> using dep "org.json4s::json4s-native:4.0.7"
//> using dep "org.json4s::json4s-ext:4.0.7"
//> using dep "com.github.pureconfig::pureconfig-core:0.17.7"
//> using dep "com.lihaoyi::os-lib:0.10.3"
//> using dep "com.lihaoyi::os-lib:0.10.7"
//> using dep com.softwaremill.sttp.client4::core:4.0.0-M17
//> using toolkit 0.4.0
//> using toolkit 0.5.0

//> using resourceDir "../resources"

0 comments on commit 893f10c

Please sign in to comment.