Skip to content

Commit

Permalink
Merge pull request #34 from kishor3107/master
Browse files Browse the repository at this point in the history
Updated quenya-dsl version in build.sbt
  • Loading branch information
mantovani authored Mar 11, 2022
2 parents 57a0a01 + 34a8703 commit aef17c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ libraryDependencies ++= Seq(
"org.apache.spark" %% "spark-sql-kafka-0-10" % sparkVersion % "provided" excludeAll(ExclusionRule(organization = "net.jpountz.lz4")),
"org.apache.spark" %% "spark-avro" % sparkVersion,
"com.databricks" %% "spark-xml" % "0.10.0",
"com.github.music-of-the-ainur" %% "quenya-dsl" % s"1.1.4-${majorVersion}",
"com.github.music-of-the-ainur" %% "quenya-dsl" % s"1.2.0-${majorVersion}",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
"org.postgresql" % "postgresql" % "42.2.8" % "test"
)
Expand Down

0 comments on commit aef17c9

Please sign in to comment.