Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lisa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LARA
lisa
Commits
74fce621
Commit
74fce621
authored
2 years ago
by
Katja Goltsova
Committed by
Viktor Kunčak
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
lisa-utils depend on scallion and silex for parsing
parent
04aad4c8
No related branches found
No related tags found
4 merge requests
!62
Easy tactics
,
!58
Easy tactics
,
!54
Front integration
,
!53
Front integration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.sbt
+7
-0
7 additions, 0 deletions
build.sbt
with
7 additions
and
0 deletions
build.sbt
+
7
−
0
View file @
74fce621
...
...
@@ -37,6 +37,11 @@ val commonSettings3 = Seq(
def
withTests
(
project
:
Project
)
:
ClasspathDependency
=
project
%
"compile->compile;test->test"
def
githubProject
(
repo
:
String
,
commitHash
:
String
)
=
RootProject
(
uri
(
s
"$repo#$commitHash"
))
lazy
val
scallion
=
githubProject
(
"https://github.com/epfl-lara/scallion.git"
,
"08b333f9af2d8daa1fb7424cd47b0433cd5e9770"
)
lazy
val
silex
=
githubProject
(
"https://github.com/epfl-lara/silex.git"
,
"eaf296425b9d8cc9100dfa66a079641ee4cfe4ae"
)
lazy
val
root
=
Project
(
id
=
"lisa"
,
base
=
file
(
"."
)
...
...
@@ -63,6 +68,8 @@ lazy val utils = Project(
)
.
settings
(
commonSettings3
)
.
dependsOn
(
kernel
)
.
dependsOn
(
silex
)
.
dependsOn
(
scallion
%
"compile->compile"
)
lazy
val
theories
=
Project
(
id
=
"lisa-theories"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment