Skip to content

Commit 27136f2

Browse files
committed
Make download_utils a public dependency
1 parent ced8c0e commit 27136f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MODULE.bazel

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ bazel_dep(name = "score_crates", version = "0.0.7", repo_name = "score_communica
184184
bazel_dep(name = "boost.program_options", version = "1.87.0")
185185
bazel_dep(name = "boost.interprocess", version = "1.87.0")
186186

187-
bazel_dep(name = "download_utils", version = "1.2.2", dev_dependency = True)
187+
bazel_dep(name = "download_utils", version = "1.2.2")
188+
188189
bazel_dep(name = "hedron_compile_commands", dev_dependency = True)
189190
git_override(
190191
module_name = "hedron_compile_commands",

0 commit comments

Comments
 (0)