Remove project definitions in tutorials
They get picked up by sbt when running publish, confusing the versions. Projects are defined in the main akka project.
This commit is contained in:
parent
8b3051226a
commit
c308e88856
4 changed files with 0 additions and 22 deletions
|
|
@ -1,6 +0,0 @@
|
|||
import sbt._
|
||||
|
||||
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
|
||||
val akkaRepo = "Akka Repo" at "http://akka.io/repository"
|
||||
val akkaPlugin = "se.scalablesolutions.akka" % "akka-sbt-plugin" % "1.1-SNAPSHOT"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue