Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Commit

Permalink
fixes #22 - build against scala 2.13.0-M5 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson authored and kailuowang committed Oct 27, 2018
1 parent ad2ce3c commit d761ef4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.4
- 2.13.0-M4
- 2.13.0-M5

jdk:
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion project/CatalystsDeps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Dependencies {
// "macro-compat" -> "1.0.44"
// "discipline" -> "0.8",
"scalacheck" -> "1.14.0",
"scalatest" -> "3.0.6-SNAP1",
"scalatest" -> "3.0.6-SNAP4",
"specs2" -> "4.3.0"
)

Expand Down

0 comments on commit d761ef4

Please sign in to comment.