Skip to content

Commit

Permalink
Merge branch 'master' into feature/lift-mapper-scala-2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
farmdawgnation committed Jun 10, 2020
2 parents e2677bd + d221782 commit 8f76920
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Expand Up @@ -42,8 +42,8 @@ object Dependencies {
lazy val scalaz7_core = "org.scalaz" %% "scalaz-core" % "7.2.28"
lazy val squeryl = "org.squeryl" %% "squeryl" % "0.9.5-7"
lazy val slf4j_api = "org.slf4j" % "slf4j-api" % slf4jVersion
lazy val scala_xml = "org.scala-lang.modules" %% "scala-xml" % "1.2.0"
lazy val scala_parallel_collections = "org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0"
lazy val scala_xml = "org.scala-lang.modules" %% "scala-xml" % "1.3.0"
lazy val scala_parallel_collections = "org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.0"
lazy val rhino = "org.mozilla" % "rhino" % "1.7.10"
lazy val scala_parser = "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
lazy val xerces = "xerces" % "xercesImpl" % "2.11.0"
Expand Down

0 comments on commit 8f76920

Please sign in to comment.