Skip to content

Commit

Permalink
Update build.sbt for org.clapper 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rcurtis committed Dec 8, 2012
1 parent a7fed21 commit b576065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version := "$version$"
libraryDependencies ++= Seq(
"net.databinder" %% "unfiltered-filter" % "$unfiltered_version$",
"net.databinder" %% "unfiltered-jetty" % "$unfiltered_version$",
"org.clapper" %% "avsl" % "0.3.6",
"org.clapper" %% "avsl" % "0.4",
"net.databinder" %% "unfiltered-spec" % "$unfiltered_version$" % "test"
)

Expand Down

0 comments on commit b576065

Please sign in to comment.