Skip to content

Commit

Permalink
Replacing Build.scala with build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiti committed Jun 23, 2015
1 parent ee5b7d0 commit 5e902f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 25 deletions.
11 changes: 11 additions & 0 deletions yo-demo/build.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import com.tuplejump.sbt.yeoman.Yeoman

name := "yo-demo"

version := "2.0.0"

scalaVersion := "2.11.6"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

Yeoman.yeomanSettings ++ Yeoman.withTemplates
25 changes: 0 additions & 25 deletions yo-demo/project/Build.scala

This file was deleted.

0 comments on commit 5e902f6

Please sign in to comment.