Skip to content

Commit

Permalink
Enable back sbt plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalohlava committed Feb 13, 2014
1 parent 134ad65 commit 1b8ba42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion h2o-scala/project/eclipse.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Enable the following line to create Eclipse project by typing eclipse in sbt shell
// See https://github.com/typesafehub/sbteclipse
// addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.4.0")

2 changes: 1 addition & 1 deletion h2o-scala/project/idea.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Enable the following line to create Idea project by typing
// See https://github.com/mpeltonen/sbt-idea
// addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")

0 comments on commit 1b8ba42

Please sign in to comment.