Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit 5dc0b22

Browse files
committed
Pleasing IntelliJ.
1 parent 6ad3b8c commit 5dc0b22

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@
5656
<groupId>org.scala-lang</groupId>
5757
<artifactId>scala-library</artifactId>
5858
<version>${scala.version}</version>
59+
</dependency>
60+
61+
<!-- Pleasing IntelliJ, so it is not necessary to add scala compiler to module when opening project. -->
62+
<dependency>
63+
<groupId>org.scala-lang</groupId>
64+
<artifactId>scala-compiler</artifactId>
65+
<version>${scala.version}</version>
66+
<scope>provided</scope>
5967
</dependency>
6068
</dependencies>
6169

0 commit comments

Comments
 (0)