Skip to content

Commit

Permalink
Updates for 2.13.0-RC3 (#2869)
Browse files Browse the repository at this point in the history
* Updates for 2.13.0-RC3

* Update kind-projector

* Update Simulacrum for 2.13.0-RC3
  • Loading branch information
travisbrown authored and Luka Jacobowitz committed Jun 1, 2019
1 parent 06cd437 commit e9b9a28
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jdk:

scala_version_211: &scala_version_211 2.11.12
scala_version_212: &scala_version_212 2.12.7
scala_version_213: &scala_version_213 2.13.0-RC2
scala_version_213: &scala_version_213 2.13.0-RC3

before_install:
- export PATH=${PATH}:./vendor/bundle
Expand Down
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ lazy val catsSettings = Seq(
incOptions := incOptions.value.withLogRecompileOnMacro(false),
libraryDependencies ++= Seq(
"org.typelevel" %%% "machinist" % "0.6.8",
compilerPlugin("org.typelevel" %% "kind-projector" % "0.10.1")
compilerPlugin("org.typelevel" %% "kind-projector" % "0.10.2")
) ++ macroDependencies(scalaVersion.value),
) ++ commonSettings ++ publishSettings ++ scoverageSettings ++ simulacrumSettings

lazy val simulacrumSettings = Seq(
libraryDependencies += "com.github.mpilquist" %%% "simulacrum" % "0.17.0" % Provided,
libraryDependencies += "com.github.mpilquist" %%% "simulacrum" % "0.18.0" % Provided,
pomPostProcess := { (node: xml.Node) =>
new RuleTransformer(new RewriteRule {
override def transform(node: xml.Node): Seq[xml.Node] = node match {
Expand Down Expand Up @@ -148,13 +148,13 @@ lazy val includeGeneratedSrc: Setting[_] = {
}
}

val scalatestVersion = "3.1.0-SNAP11"
val scalatestVersion = "3.1.0-SNAP12"

val scalatestplusScalaCheckVersion = "1.0.0-SNAP6"
val scalatestplusScalaCheckVersion = "1.0.0-SNAP7"

val scalaCheckVersion = "1.14.0"

val disciplineVersion = "0.12.0-M1"
val disciplineVersion = "0.12.0-M2"

lazy val disciplineDependencies = Seq(
libraryDependencies ++= Seq("org.scalacheck" %%% "scalacheck" % scalaCheckVersion,
Expand Down

0 comments on commit e9b9a28

Please sign in to comment.