Skip to content

Commit 9f28bd4

Browse files
make versions coincide
1 parent 6836d01 commit 9f28bd4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

liquidjava-verifier/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>org.junit.jupiter</groupId>
136136
<artifactId>junit-jupiter-engine</artifactId>
137-
<scope>test</scope>
137+
<scope>compile</scope>
138138
</dependency>
139139
<dependency>
140140
<groupId>org.junit.vintage</groupId>
@@ -171,7 +171,7 @@
171171
<dependency>
172172
<groupId>liquidjava-api</groupId>
173173
<artifactId>liquidjava-api</artifactId>
174-
<version>0.0.1-SNAPSHOT</version>
174+
<version>0.0.2-SNAPSHOT</version>
175175
</dependency>
176176

177177
<!-- https://mvnrepository.com/artifact/org.antlr/antlr4 -->
@@ -203,4 +203,4 @@
203203
</dependency>
204204
</dependencies>
205205
</dependencyManagement>
206-
</project>
206+
</project>

liquidjava-verifier/src/main/java/liquidjava/api/CommandLineLauncher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public static ErrorEmitter launchTest(String file) {
2929
}
3030

3131
public static ErrorEmitter launch(String file) {
32+
System.out.println("Running LiquidJava on: " + file);
3233
Launcher launcher = new Launcher();
3334
launcher.addInputResource(file);
3435
// launcher.getEnvironment().setNoClasspath(true);

0 commit comments

Comments
 (0)