We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3c0561 commit 26cbb58Copy full SHA for 26cbb58
parser/pom.xml
@@ -52,6 +52,18 @@ SOFTWARE.
52
<artifactId>scala-library</artifactId>
53
<version>${scala.version}</version>
54
</dependency>
55
+ <dependency>
56
+ <groupId>junit</groupId>
57
+ <artifactId>junit</artifactId>
58
+ <version>4.13.2</version>
59
+ <scope>test</scope>
60
+ </dependency>
61
62
+ <groupId>org.scalatest</groupId>
63
+ <artifactId>scalatest_2.13</artifactId>
64
+ <version>3.2.10</version>
65
66
67
</dependencies>
68
<build>
69
<plugins>
0 commit comments