aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/_plugins/copy_api_dirs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_plugins/copy_api_dirs.rb b/docs/_plugins/copy_api_dirs.rb
index 84f5e59fde..7fb98851cd 100644
--- a/docs/_plugins/copy_api_dirs.rb
+++ b/docs/_plugins/copy_api_dirs.rb
@@ -16,7 +16,7 @@ cd("docs")
# Copy over the scaladoc from each project into the docs directory.
# This directory will be copied over to _site when `jekyll` command is run.
projects.each do |project_name|
- source = "../" + project_name + "/target/scala-2.9.1/api"
+ source = "../" + project_name + "/target/scala-2.9.2/api"
dest = "api/" + project_name
puts "echo making directory " + dest