~ update fig version to 1.0.7 (needed for Scala 2.8.1)
authorAlexandre Bertails <bertails@w3.org>
Thu, 02 Dec 2010 12:53:40 -0500
changeset 288 cef66768765c
parent 287 7eacfbcab74c
child 289 46e992dbcddc
~ update fig version to 1.0.7 (needed for Scala 2.8.1)
project/build/RDB2RDF.scala
--- 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")
   }