From ce84c92dfe74c7882bb34b370c38578b046f8492 Mon Sep 17 00:00:00 2001 From: Luka Jacobowitz Date: Tue, 20 Feb 2018 15:56:53 +0100 Subject: [PATCH] Add 2.13.0-M3 build --- .travis.yml | 1 + build.sbt | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6ecd6bca739..fde58037981 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,6 +13,7 @@ scala: - 2.10.7 - 2.11.12 - 2.12.4 + - 2.13.0-M3 jdk: - oraclejdk8 diff --git a/build.sbt b/build.sbt index b7654f6861c..1f99e20633b 100644 --- a/build.sbt +++ b/build.sbt @@ -38,10 +38,10 @@ lazy val commonSettings = Seq( Resolver.sonatypeRepo("snapshots") ), libraryDependencies ++= Seq( - "com.github.mpilquist" %%% "simulacrum" % "0.11.0" % CompileTime, - "org.typelevel" %%% "machinist" % "0.6.2", + "com.github.mpilquist" %%% "simulacrum" % "0.12.0" % CompileTime, + "org.typelevel" %%% "machinist" % "0.6.4", compilerPlugin("org.scalamacros" %% "paradise" % "2.1.0" cross CrossVersion.patch), - compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.4") + compilerPlugin("org.spire-math" %% "kind-projector" % "0.9.6") ), fork in test := true, parallelExecution in Test := false,