Skip to content

Commit

Permalink
Feature/scala 2.13 (#80)
Browse files Browse the repository at this point in the history
* Updating plugin dependencies

* Adding upgrading more plugins

* Making 2.13 compilation work

* Upgrading more dependencies

* Bump kind projector plugin

* Adding versions

* Removing things no longer used

* Removing a lot of leftovers

* Removing more unused code

* Adding travis spec for 2.13

* Fixing compilation

* Fixing issues

* Adding more stuff

* Bumping JDK

* Removing plz

* Add scalatest to readme projext

* Replace plz command

* Fixing package import

* Changing versions

* Remove Scala 2.10 compat

* Changing names of materializers
  • Loading branch information
alexflav23 authored Oct 24, 2019
1 parent 25a7fbc commit 054e3cb
Show file tree
Hide file tree
Showing 61 changed files with 200 additions and 3,102 deletions.
4 changes: 4 additions & 0 deletions .jvmopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-Xmx2g
-Xms1g
-XX:MetaspaceSize=512m
-XX:MaxMetaspaceSize=1g
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
language: scala
scala:
- 2.10.6
- 2.11.12
- 2.13.1
sudo: false
notifications:
slack:
- websudos:P9QNXx1ZGFnDHp3v3jUqtB8k
email:
- [email protected]
jdk:
- oraclejdk8
- oraclejdk9
branches:
only:
- master
- develop
matrix:
include:
- scala: 2.12.8
jdk: oraclejdk8
jdk: oraclejdk9
env: RUN_WITH_COVERAGE=true PUBLISH_ARTIFACT=true

env:
Expand All @@ -43,7 +43,7 @@ before_cache:
- du -h -d 2 $HOME/.sbt/
- find $HOME/.sbt -name "*.lock" -type f -delete
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -type f -delete
before_script: travis_retry sbt "plz $TRAVIS_SCALA_VERSION update"
before_script: travis_retry sbt "++ $TRAVIS_SCALA_VERSION update"
script: ./build/run_tests.sh
after_success:
- ./build/publish_develop.sh
Loading

0 comments on commit 054e3cb

Please sign in to comment.