Skip to content
This repository was archived by the owner on Apr 13, 2021. It is now read-only.

Commit 4ba5ec9

Browse files
authored
Merge pull request #146 from tpolecat/scalaOrganization
"org.scala-lang" -> scalaOrganization.value
2 parents 3f0c6fd + 5cc36d1 commit 4ba5ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name := "tut-core"
22

33
libraryDependencies ++= Seq(
4-
"org.scala-lang" % "scala-compiler" % scalaVersion.value
4+
scalaOrganization.value % "scala-compiler" % scalaVersion.value
55
)
66

77
scalaVersion := "2.11.8"

0 commit comments

Comments
 (0)