Updated Scala version in docs generation ruby script.

This commit is contained in:
Reynold Xin 2013-05-16 16:51:28 -07:00
parent f0881f8d48
commit 3b3300383a

View file

@ -18,7 +18,7 @@ if ENV['SKIP_API'] != '1'
# 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.2/api"
source = "../" + project_name + "/target/scala-2.9.3/api"
dest = "api/" + project_name
puts "echo making directory " + dest