--- a/project/build/RDB2RDF.scala Thu Dec 02 12:47:16 2010 -0500
+++ b/project/build/RDB2RDF.scala Thu Dec 02 12:53:40 2010 -0500
@@ -57,7 +57,7 @@
val mysql = "mysql" % "mysql-connector-java" % "5.1.13"
val postgresql = "postgresql" % "postgresql" % "9.0-801.jdbc4"
val codaRepo = "Coda Hale's Repository" at "http://repo.codahale.com/"
- val fig = "com.codahale" %% "fig" % "1.0.5" withSources()
+ val fig = "com.codahale" %% "fig" % "1.0.7" withSources()
override def webappUnmanaged = super.webappUnmanaged +++ ("src" / "main" / "resources" / "database.properties")
}