Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
930e85ba
Commit
930e85ba
authored
Dec 20, 2017
by
Jens Korinth
Browse files
Fix build.sbt
parent
c8eea4e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.sbt
View file @
930e85ba
...
...
@@ -33,7 +33,7 @@ lazy val packaging = project.in(file("packaging"))
lazy
val
miscutils
=
project
.
in
(
file
(
"miscutils"
))
lazy
val
root
=
(
project
in
file
(
"."
)).
dependsOn
(
packaging
,
miscutils
,
miscutils
%
"test->test"
).
aggregate
(
packaging
,
miscutils
)
lazy
val
axiutils
=
(
project
in
file
(
"."
)).
dependsOn
(
packaging
,
miscutils
,
miscutils
%
"test->test"
).
aggregate
(
packaging
,
miscutils
)
cleanFiles
+=
(
baseDirectory
.
value
/
"test"
)
...
...
Jens Korinth
@jk
mentioned in commit
17f0d672
·
Mar 05, 2018
mentioned in commit
17f0d672
mentioned in commit 17f0d67240ebf5d7e1d0be9162d272b04256c47d
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment