Skip to content
Snippets Groups Projects
Verified Commit 6d423bcc authored by Rico Bergmann's avatar Rico Bergmann
Browse files

Get rid of SCROLL subproject

parent d859f286
No related branches found
No related tags found
1 merge request!3Publish v0.1.1
......@@ -2,7 +2,7 @@ import sbt.Keys.{libraryDependencies, scalacOptions, version}
val emfcommonVersion = "2.12.0"
val emfecoreVersion = "2.12.0"
val scrollVersion = "1.6"
val scrollVersion = "1.8"
val scoptVersion = "3.7.0"
val liftVersion = "3.3.0"
......@@ -14,6 +14,7 @@ lazy val generator = (project in file("."))
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,
......
Subproject commit ace8bdf5799dd89bd66d01782237123172bb0ec0
Subproject commit 619bbf1efcfee406a134412275928322d9d28e05
Subproject commit 623765816af6d27387efb82dfb890bc4318c58a2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment