Skip to content

Commit

Permalink
Remove Arrow from dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kamildoleglo authored and lukaszwawrzyk committed Jan 20, 2023
1 parent 9ed4028 commit 1fbdded
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ load("@rules_jvm_external//:defs.bzl", "maven_install")

maven_install(
artifacts = [
"io.arrow-kt:arrow-core:1.1.2",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0",
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.0",
"io.get-coursier:interface:1.0.11",
Expand Down
1 change: 0 additions & 1 deletion config/src/main/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ library(
"@maven//:com_fasterxml_jackson_dataformat_jackson_dataformat_yaml",
"@maven//:com_fasterxml_jackson_module_jackson_module_kotlin",
"@maven//:com_networknt_json_schema_validator",
"@maven//:io_arrow_kt_arrow_core",
"@maven//:org_jetbrains_kotlinx_kotlinx_coroutines_core",
"@maven//:org_jetbrains_kotlinx_kotlinx_coroutines_jdk8",
"@maven//:org_slf4j_slf4j_nop",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
library(
srcs = glob(["**/*.kt"]),
deps = [
"@maven//:io_arrow_kt_arrow_core",
"@maven//:org_jetbrains_kotlinx_kotlinx_coroutines_core",
"@maven//:org_jetbrains_kotlinx_kotlinx_coroutines_jdk8",
],
Expand Down

0 comments on commit 1fbdded

Please sign in to comment.