Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VO Parser
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
VO Parser
Commits
0bd2f072
Commit
0bd2f072
authored
1 year ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Update to version 3.5.0 of our SableCC fork
parent
1c1a29b0
No related branches found
No related tags found
No related merge requests found
Pipeline
#118709
passed
1 year ago
Stage: test
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
build.gradle
+1
-1
1 addition, 1 deletion
build.gradle
with
1 addition
and
1 deletion
build.gradle
+
1
−
1
View file @
0bd2f072
...
@@ -24,7 +24,7 @@ repositories {
...
@@ -24,7 +24,7 @@ repositories {
}
}
dependencies
{
dependencies
{
final
sableCCVersion
=
"3.
4
.0"
final
sableCCVersion
=
"3.
5
.0"
sableCC
(
group:
"de.hhu.stups"
,
name:
"sablecc"
,
version:
sableCCVersion
)
sableCC
(
group:
"de.hhu.stups"
,
name:
"sablecc"
,
version:
sableCCVersion
)
api
(
group:
"de.hhu.stups"
,
name:
"sablecc-runtime"
,
version:
sableCCVersion
)
api
(
group:
"de.hhu.stups"
,
name:
"sablecc-runtime"
,
version:
sableCCVersion
)
implementation
(
group:
"com.github.krukow"
,
name:
"clj-ds"
,
version:
"0.0.4"
)
implementation
(
group:
"com.github.krukow"
,
name:
"clj-ds"
,
version:
"0.0.4"
)
...
...
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