Skip to content

Commit

Permalink
Merge pull request #6 from ThoughtWorksInc/Atry-patch-1
Browse files Browse the repository at this point in the history
Build for Scala 2.13.0
  • Loading branch information
Atry authored Jun 10, 2019
2 parents da054c1 + dbd5ac5 commit 9abdd55
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.6"
- "2.13.0-M5"
- "2.13.0"

jdk:
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scalacOptions ++= {

libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value

libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.7" % Test
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.8" % Test

libraryDependencies ++= {
if (scalaBinaryVersion.value == "2.10") {
Expand Down

0 comments on commit 9abdd55

Please sign in to comment.