Skip to content

Commit

Permalink
Feature/patching build (#840)
Browse files Browse the repository at this point in the history
* Adding support for multi arg aggregate calls

* Using tuple implicits

* Adding ~ combinators for multi-argument selectors

* Adding multi aggregate functions.

* Spacing things out

* Adding an HList extractor for nested options

* removing some more unused imports

* Adding logging for when routing key functions are applied

* Correcting some typos

* Adding documentation for the cluster builder

* Better docs

* oops

* fixing some unused imports and fixing tests

* Oops

* Removing the need to have a Tuple1 extractor manually defined with the new agg method

* Removing more warnings

* Adding a .value call

* Removing unecessary code.

* Using a different function.

* Updating the documentation.

* Bumping Scala version to match .travis.yml

* Revert "Bumping Scala version to match .travis.yml"

This reverts commit 99f0ef8.

* Upgrading JDK versions

* Adding OracleJDK8 instead of 9

* Removing unecessary code.

* Removing unused file

* Cleanup

* Ignoring flaky test

* Re-adding all output.

* Adding log levels per scope.

* Modifying command to prevent SBT from re-doing this.

* Manually bumping the version

* Using cached resolution instead.
  • Loading branch information
alexflav23 authored Jul 19, 2018
1 parent 6e49773 commit 5b8969e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ val sharedSettings: Seq[Def.Setting[_]] = Defaults.coreDefaultSettings ++ Seq(
organization := "com.outworkers",
scalaVersion := Versions.scala212,
credentials ++= Publishing.defaultCredentials,
updateOptions := updateOptions.value.withCachedResolution(true),
resolvers ++= Seq(
"Twitter Repository" at "http://maven.twttr.com",
Resolver.typesafeRepo("releases"),
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "2.24.9-SNAPSHOT"
version in ThisBuild := "2.24.10-SNAPSHOT"

0 comments on commit 5b8969e

Please sign in to comment.