aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade pubsub dependency (#156)v1.8.22Jakob Odersky2018-04-171-1/+1
|
* Add blob storage abstractionsv1.8.15Jakob Odersky2018-04-061-1/+1
|
* Add enumeratum support to JSON format and generators (#144)v1.8.12Sergey Nastich2018-04-031-1/+2
| | | | | * Add enumeratum support to JSON format and generators * Move enumeratum serializers into their own object. Add enumeratum unmarshaller. Add entities to derive JsonFormats instead of having to type them externally.
* SCALA-20 Use liphonenumber in `PhoneNumber.parse` to accomodate chinese ↵Sergey Nastich2018-03-281-18/+19
| | | | numbers (and other countries)
* upgrade scalaz patch versionStewart Stewart2018-02-151-1/+1
|
* Add scalaz to core; it will be removed from sbt-settingsJakob Odersky2018-02-151-0/+1
|
* Upgrade akka dependency (to fix binary incompatibility problem)v1.7.1Jakob Odersky2018-01-291-2/+2
|
* Include swagger UI in coreJakob Odersky2018-01-221-1/+1
| | | | | | | | | These changes centralize the location of the swagger UI web files. The git attributes instruct GitHub to treat the web files as vendored code, as to not be included in the project code statistics. See https://github.com/github/linguist for a more detailed explanation.
* [RFC] Using "Refined" library (https://github.com/fthomas/refined) to allow ↵vlad2017-10-191-0/+1
| | | | defining entities with more precise types
* cleanup logging, remove old tracing, use new tracing libraryJohn St John2017-10-051-9/+2
|
* also bump akka versionJohn St John2017-10-041-1/+1
|
* Follow google example to implement a scheduled flusing trace consumer by defaultJohn St John2017-10-041-3/+3
|
* Upgrade google pubsub and storage librariesZach Smith2017-10-031-3/+3
|
* Upgrade sbt and slickv1.1.0Jakob Odersky2017-09-221-1/+1
|
* Jstjohn/google stackdriver trace (#64)v1.0.1John St. John2017-09-211-15/+23
| | | Add app-level tracing to driver-core (https://www.pivotaltracker.com/story/show/151100422)
* Fix directory listing of GCS bucketsv0.16.10Jakob Odersky2017-09-201-1/+1
|
* Rollback Slick to 3.1.1vlad2017-08-071-1/+1
|
* Library upgrades and code tweaks to support Scala 2.12v0.15.0Jakob Odersky2017-08-021-5/+5
|
* Google pubsub utilvlad2017-06-291-1/+2
|
* Update AuthProvider to use cached permissions tokenZach Smith2017-05-241-0/+1
|
* Re-add gcs dependency that was removed in merge conflictZach Smith2017-05-041-0/+1
|
* Bump sbt-settings and fix errorsv0.12.3Zach Smith2017-05-011-18/+15
|
* Header definition to set cached permissions + updated ↵v0.12.2vlad2017-04-231-1/+1
| | | | com.typesafe.scala-logging to 3.4.0
* swagger-akka-http update to 0.9.1vlad2017-04-071-2/+2
|
* Set akka-http version to 10.0.5v0.11.0Zach Smith2017-04-051-15/+13
|
* Removed elusive slf4j dependencyv0.9.6vlad2016-10-261-1/+0
|
* Renamed package to xyz, New formatting, authorize directive supporting ↵vlad2016-10-211-20/+20
| | | | multiple permissions
* Scalacheck properties check inside of scalatest + code formattingvlad2016-09-091-1/+2
|
* Using newer stable version of the sbt pluginvlad2016-08-181-1/+2
|
* File storage at S3 and File Systemvlad2016-08-161-1/+2
|
* Usage of the latest sbt plugin versionvlad2016-08-101-1/+1
|
* Usage of the new plugin version with repository credentialsvlad2016-08-091-1/+1
|
* Start using sbt plugin for all settingsvlad2016-08-081-21/+3
|
* Important modification for release publicationvlad2016-07-211-1/+0
|
* Plugins configuration for releasesv0.1.0vlad2016-07-211-13/+4
|
* Issue#2 scalafmt in Compile -> scalafmtTest in Testvlad2016-07-201-2/+7
|
* Issue#1 Moving from Build.scala to build.sbtvlad2016-07-201-0/+48