Skip to content

Commit

Permalink
fix broken xtend-gen code
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Dietrich <christian.dietrich.opensource@gmail.com>
  • Loading branch information
cdietrich committed Nov 8, 2023
1 parent 1021384 commit bc28645
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ public CharSequence target() {
_builder.append("<unit id=\"org.objectweb.asm\" version=\"9.6.0\"/>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("<unit id=\"io.github.classgraph.classgraph\" version=\"4.8.163\"/>");
_builder.append("<unit id=\"io.github.classgraph.classgraph\" version=\"4.8.164\"/>");
_builder.newLine();
_builder.append("\t\t\t");
_builder.append("<repository location=\"https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2023-12\"/>");
Expand Down

0 comments on commit bc28645

Please sign in to comment.