Skip to content

Commit

Permalink
Merge pull request #46 from uts-cic/develop
Browse files Browse the repository at this point in the history
Updates to grammar loading and selection of athanor programs
  • Loading branch information
andrewresearch authored Nov 18, 2017
2 parents 06ebec7 + 02566d8 commit 37ce79a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name := "athanorserver"
version := "0.9.0"
version := "0.9.2"
scalaVersion := "2.12.3"
organization := "au.edu.utscic"

Expand All @@ -15,6 +15,7 @@ val scalatestVersion = "3.0.4"
val nlytxCommonsVersion = "0.1.1"

//Java library versions
val athanorVersion = "0.9.2"
val coreNlpVersion = "3.8.0"
val jsonassertVersion = "1.5.0"

Expand All @@ -34,7 +35,7 @@ libraryDependencies ++= Seq(

//General
libraryDependencies ++= Seq(
"au.edu.utscic" % "athanor" % "0.9.1m",
"au.edu.utscic" % "athanor" % athanorVersion,
"org.json4s" %% "json4s-jackson" % json4sVersion,
"de.heikoseeberger" %% "akka-http-json4s" % akkaHttpJson4sVersion,
"org.skyscreamer" % "jsonassert" % jsonassertVersion,
Expand Down

0 comments on commit 37ce79a

Please sign in to comment.