Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
code_generator
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
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Christopher
code_generator
Commits
6d423bcc
Verified
Commit
6d423bcc
authored
Jan 28, 2019
by
Rico Bergmann
Browse files
Options
Downloads
Patches
Plain Diff
Get rid of SCROLL subproject
parent
d859f286
No related branches found
No related tags found
1 merge request
!3
Publish v0.1.1
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
build.sbt
+2
-1
2 additions, 1 deletion
build.sbt
lib/ModelSyncProvider
+1
-1
1 addition, 1 deletion
lib/ModelSyncProvider
lib/SCROLL
+0
-1
0 additions, 1 deletion
lib/SCROLL
with
3 additions
and
3 deletions
build.sbt
+
2
−
1
View file @
6d423bcc
...
...
@@ -2,7 +2,7 @@ import sbt.Keys.{libraryDependencies, scalacOptions, version}
val
emfcommonVersion
=
"2.12.0"
val
emfecoreVersion
=
"2.12.0"
val
scrollVersion
=
"1.
6
"
val
scrollVersion
=
"1.
8
"
val
scoptVersion
=
"3.7.0"
val
liftVersion
=
"3.3.0"
...
...
@@ -14,6 +14,7 @@ lazy val generator = (project in file("."))
version
:=
"0.1"
,
scalaVersion
:=
"2.12.6"
,
libraryDependencies
++=
Seq
(
"com.github.max-leuthaeuser"
%%
"scroll"
%
scrollVersion
,
"org.scala-lang"
%
"scala-reflect"
%
scalaVersion
.
value
,
"org.scala-lang"
%
"scala-compiler"
%
scalaVersion
.
value
,
"org.eclipse.emf"
%
"org.eclipse.emf.common"
%
emfcommonVersion
,
...
...
This diff is collapsed.
Click to expand it.
ModelSyncProvider
@
619bbf1e
Compare
ace8bdf5
...
619bbf1e
Subproject commit
ace8bdf5799dd89bd66d01782237123172bb0ec0
Subproject commit
619bbf1efcfee406a134412275928322d9d28e05
This diff is collapsed.
Click to expand it.
SCROLL
@
62376581
Compare
62376581
...
62376581
Subproject commit 623765816af6d27387efb82dfb890bc4318c58a2
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