remove old scalaBinaryVersion workaround
This commit is contained in:
parent
bb0955d635
commit
07df1efa5e
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ object AkkaBuild extends Build {
|
|||
lazy val buildSettings = Seq(
|
||||
organization := "com.typesafe.akka",
|
||||
version := "2.4-SNAPSHOT",
|
||||
scalaVersion := Dependencies.Versions.scalaVersion,
|
||||
scalaBinaryVersion := System.getProperty("akka.scalaBinaryVersion", if (scalaVersion.value contains "-") scalaVersion.value else scalaBinaryVersion.value)
|
||||
scalaVersion := Dependencies.Versions.scalaVersion
|
||||
)
|
||||
|
||||
lazy val root = Project(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue