Skip to content

Commit

Permalink
Add rs module to default console
Browse files Browse the repository at this point in the history
  • Loading branch information
travisbrown committed Mar 13, 2019
1 parent f56d331 commit b9ac792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -247,7 +247,7 @@ lazy val circe = project
""".stripMargin """.stripMargin
) )
.aggregate(aggregatedProjects: _*) .aggregate(aggregatedProjects: _*)
.dependsOn(core, genericExtras, literal, parser) .dependsOn(core, genericExtras, literal, parser, rs)


lazy val numbersTestingBase = circeCrossModule("numbers-testing", mima = previousCirceVersion, CrossType.Pure).settings( lazy val numbersTestingBase = circeCrossModule("numbers-testing", mima = previousCirceVersion, CrossType.Pure).settings(
scalacOptions ~= { scalacOptions ~= {
Expand Down

0 comments on commit b9ac792

Please sign in to comment.