Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ngocdaothanh committed Aug 13, 2015
1 parent 0e68a75 commit 1dd688e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 2 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
sbtPlugin := true

organization := "tv.cntt"

name := "xitrum-package"
name := "xitrum-package"

version := "1.9-SNAPSHOT"

// Kenji Yoshida (https://github.com/xuwei-k):
// scalaVersion should not be specified for SBT plugin; use default scalaVersion
//scalaVersion := "2.10.4"
//scalaVersion := "2.10.5"

scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.7
sbt.version=0.13.8
3 changes: 0 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
// Run sbt/sbt eclipse to create Eclipse project file
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")

// Run sbt/sbt gen-idea to create IntelliJ project file
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")

0 comments on commit 1dd688e

Please sign in to comment.