aboutsummaryrefslogtreecommitdiff
path: root/project/build.properties
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade sbt build configurationJakob Odersky2018-10-091-1/+1
|
* Upgrade sbt-settings to major version 2 (#201)Jakob Odersky2018-08-241-1/+1
| | | | | | | | | | | | | | | | This will affect development workflow: instead of running `sbt release` to tag and publish a new version, the release process is now as follows: 1. Create a git tag on a revision that should be published. The tag must be in the format `v[0-9].*` 2. Push the tag to GitHub `git push --tags` 3. CI will build that tag and publish the resulting binary to our artifactory Since the new sbt settings do not enable advanced or risky language features globally anymore (such as higher kinds, reflective calls and implicit conversions), the other changes in this PR either import language features locally or refactor the code to avoid using them entirely.
* Full upgrade of build and library dependenciesJakob Odersky2018-06-051-1/+1
|
* Upgrade akka dependency (to fix binary incompatibility problem)v1.7.1Jakob Odersky2018-01-291-1/+1
|
* Remove artifactory credentialsJakob Odersky2017-11-201-1/+1
|
* Upgrade sbt and slickv1.1.0Jakob Odersky2017-09-221-4/+1
|
* Initial commit with standard lib, might be used a example of cakevlad2016-07-151-0/+4