Skip to content

Commit

Permalink
Add 2.13.0-M3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
Luka Jacobowitz committed Feb 20, 2018
1 parent 5861210 commit ce84c92
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ scala:
- 2.10.7
- 2.11.12
- 2.12.4
- 2.13.0-M3

jdk:
- oraclejdk8
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit ce84c92

Please sign in to comment.