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

fixes #22 - build against scala 2.13.0-M5 #23

Merged
merged 1 commit into from
Oct 27, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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