Skip to content

Commit d59ac15

Browse files
committed
Fix scala compiler dependency
1 parent a9686ee commit d59ac15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subprojects {
3131

3232
// Seems we need to lock these down, otherwise we get runtime errors on reflection
3333
api group: 'org.scala-lang', name: 'scala-reflect', version: ver.scala.full
34-
api group: 'org.scala-lang', name: 'scala-compiler', version: ver.scala.full
34+
compileOnly group: 'org.scala-lang', name: 'scala-compiler', version: ver.scala.full
3535

3636
api group: 'org.apache.logging.log4j', name: 'log4j-api', version: ver.log4j.main
3737
api group: 'org.apache.logging.log4j', name: "log4j-api-scala".scala(), version: ver.log4j.scala

0 commit comments

Comments
 (0)