Hello
I am building a new project and my IDEA companies as

my project/build.sbt has something like
version := "1.0-SNAPSHOT"
scalaVersion := "2.11.7"
and my Build.scala is
lazy val commonSettings = Seq(
organization := "com.shn.enterpriseconnector",
version := "1.0-SNAPSHOT",
scalaVersion := "2.11.7",
javacOptions ++= Seq("-source", "1.7", "-target", "1.7"),
libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.4" % "test",
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.3.11",
libraryDependencies += "com.typesafe.akka" %% "akka-testkit" % "2.3.11" % "test"
)
I so not know this warning, can some one please help?
Thanks
--
You received this message because you are subscribed to the Google Groups "scala-tools" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
[hidden email].
For more options, visit
https://groups.google.com/d/optout.