We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d9ae46 commit 8f7966aCopy full SHA for 8f7966a
core/pom.xml
@@ -230,6 +230,11 @@
230
<groupId>org.scala-lang</groupId>
231
<artifactId>scala-library</artifactId>
232
</dependency>
233
+ <dependency>
234
+ <groupId>org.scala-lang</groupId>
235
+ <artifactId>scala-reflect</artifactId>
236
+ <version>${scala.version}</version>
237
+ </dependency>
238
<dependency>
239
<groupId>org.json4s</groupId>
240
<artifactId>json4s-jackson_${scala.binary.version}</artifactId>
0 commit comments