Navigation Menu

Skip to content

Commit

Permalink
For some reason, this is required for tests to pass on Scala 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
anowak committed Jun 25, 2018
1 parent 7a4b762 commit 7104f12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sc
Expand Up @@ -141,7 +141,8 @@ object amm extends Cross[MainModule](fullCrossScalaVersions:_*){
def resources = T.sources {
super.resources() ++
ReplModule.this.sources() ++
ReplModule.this.externalSources()
ReplModule.this.externalSources() ++
resolveDeps(ivyDeps, sources = true)()
}
def ivyDeps = super.ivyDeps() ++ Agg(
ivy"org.scalaz::scalaz-core:7.2.24"
Expand Down

0 comments on commit 7104f12

Please sign in to comment.