Skip to content
Snippets Groups Projects
Commit eba459da authored by Chrissi's avatar Chrissi
Browse files

update build.sbt

parent 575028b6
No related branches found
No related tags found
No related merge requests found
......@@ -5,21 +5,25 @@ val emfcommonVersion = "2.12.0"
val emfecoreVersion = "2.12.0"
val scoptVersion = "3.7.0"
val liftVersion = "3.3.0"
val gsonVersion = "2.8.5"
val scrollVersion = "1.8"
javacOptions ++= Seq("-encoding", "UTF-8")
lazy val generator = (project in file("."))
lazy val mjparser = (project in file("."))
.settings(
name := "CodeGenerator",
name := "ModelJoinParser",
version := "0.1",
scalaVersion := "2.12.6",
libraryDependencies ++= Seq(
"com.github.max-leuthaeuser" %% "scroll" % scrollVersion,
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
"org.eclipse.emf" % "org.eclipse.emf.common" % emfcommonVersion,
"org.eclipse.emf" % "org.eclipse.emf.ecore" % emfecoreVersion,
"com.github.scopt" %% "scopt" % scoptVersion,
"net.liftweb" %% "lift-json" % liftVersion,
"com.google.code.gson" % "gson" % gsonVersion,
"org.junit.platform" % "junit-platform-runner" % "1.0.0" % "test",
"org.junit.jupiter" % "junit-jupiter-engine" % "5.0.0" % "test",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment