Skip to content

Commit

Permalink
[#72] Model rename org.zcode to net.zscript (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
susanw1 authored Aug 3, 2023
1 parent 10b8565 commit 1f4da60
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion receivers/language-definition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
</goals>
</execution>
</executions>

</plugin>

<plugin>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@
import org.antlr.v4.runtime.Lexer;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.zscript.language.model.ZscriptLexer;
import org.zscript.language.model.ZscriptParser;
import org.zscript.language.model.ZscriptParser.SequenceContext;

import net.zscript.language.model.ZscriptParser.SequenceContext;

class ZscriptTest {

Expand Down

0 comments on commit 1f4da60

Please sign in to comment.