diff --git a/.gitignore b/.gitignore index 73ca75d..5ebb051 100644 --- a/.gitignore +++ b/.gitignore @@ -9,7 +9,9 @@ java_pid*.hprof tags \.idea/workspace.xml tutorial_src/build -.idea +.idea/ +*.iml +*.ipr .classpath .project bson-driver/.classpath diff --git a/project/build.properties b/project/build.properties index 5e96e96..817bc38 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=0.12.4 +sbt.version=0.13.9 diff --git a/project/plugins.sbt b/project/plugins.sbt index 69acb88..de94048 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,2 @@ -addSbtPlugin("com.orrsella" % "sbt-stats" % "1.0.1") - -addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.5.1") +addSbtPlugin("com.orrsella" % "sbt-stats" % "1.0.5") diff --git a/project/project.iml b/project/project.iml deleted file mode 100644 index 4d47b1b..0000000 --- a/project/project.iml +++ /dev/null @@ -1,66 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -