Skip to content

Commit

Permalink
Add generex to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eevulution committed Sep 18, 2020
1 parent c590c52 commit 277bb06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ lazy val root = (project in file("."))
libraryDependencies ++= requests,
libraryDependencies ++= pureConfig,
libraryDependencies ++= scalaTesting,
libraryDependencies ++= generex,
scalacOptions := Seq(
"-encoding",
"UTF-8",
Expand Down
4 changes: 4 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ object Dependencies {
"org.scalamock" %% "scalamock" % "4.4.0" % "test"
)

lazy val generex: Seq[ModuleID] = Seq(
"com.github.mifmif" % "generex" % "1.0.2"
)

lazy val scalaTesting: Seq[ModuleID] = scalaCheck ++ scalaTest ++ scalaMock

}

0 comments on commit 277bb06

Please sign in to comment.