diff --git a/app/views/account/fileUpload.scala.html b/app/views/account/fileUpload.scala.html
index 76ec19d..070130a 100755
--- a/app/views/account/fileUpload.scala.html
+++ b/app/views/account/fileUpload.scala.html
@@ -36,6 +36,7 @@
+
|
@@ -68,6 +69,7 @@
+
{{ file.softwareTypeName }}
diff --git a/build.sbt b/build.sbt
index 6b8a5e9..b6e3b78 100755
--- a/build.sbt
+++ b/build.sbt
@@ -13,7 +13,7 @@ resolvers += (
)
libraryDependencies ++= Seq(
- "com.antigenomics" % "vdjtools" % "1.0.9-SNAPSHOT",
+ "com.antigenomics" % "vdjtools" % "1.1.0",
"com.milaboratory" % "milib" % "1.0.1",
"ws.securesocial" %% "securesocial" % "2.1.4",
"com.typesafe.play.plugins" %% "play-plugins-mailer" % "2.3.0",