Skip to content

Commit

Permalink
Bump to 2.3.0.RC1 for head/options support.
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Mar 26, 2014
1 parent 6f5bc4e commit 6077bac
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion chapter03/project/build.scala
Expand Up @@ -7,7 +7,7 @@ object Chapter03Build extends Build {
val Name = "chapter03"
val Version = "0.1.0-SNAPSHOT"
val ScalaVersion = "2.10.3"
val ScalatraVersion = "2.3.0.M1"
val ScalatraVersion = "2.3.0.RC1"

import java.net.URL
import com.earldouglas.xsbtwebplugin.PluginKeys.port
Expand Down
Expand Up @@ -43,7 +43,6 @@ class RecordStore extends ScalatraServlet {
}
}

/*
head("/artists/:name/info") {
status =
if (Artist.exists(params("name").replace('_', ' '))) 200
Expand All @@ -59,7 +58,6 @@ class RecordStore extends ScalatraServlet {
options() {
status = 403
}
*/

private val DownloadPath = config.getInitParameter("download-path")

Expand Down

0 comments on commit 6077bac

Please sign in to comment.