Skip to content

Commit

Permalink
Merge pull request #49 from alexarchambault/topic/scala-2.12.0
Browse files Browse the repository at this point in the history
Switch to scala 2.12.0, scalacheck 1.13.4
  • Loading branch information
alexarchambault authored Nov 2, 2016
2 parents 566a8bf + d7fc45a commit 83629f1
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
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.12.0-RC2
- 2.12.0
- 2.11.8
- 2.10.6
jdk:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val core = crossProject
name := coreName,
moduleName := coreName,
libraryDependencies ++= Seq(
"org.scalacheck" %%% "scalacheck" % "1.13.3",
"org.scalacheck" %%% "scalacheck" % "1.13.4",
"com.chuusai" %%% "shapeless" % "2.3.2"
)
)
Expand Down

0 comments on commit 83629f1

Please sign in to comment.