Skip to content

Commit

Permalink
Merge pull request #562 from mpilquist/topic/2.13
Browse files Browse the repository at this point in the history
Upgraded to Scala 2.13
  • Loading branch information
rossabaker authored Jun 12, 2019
2 parents 151ecee + 4b51234 commit 7052e10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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 @@ matrix:
scala: 2.11.12
env: COVERAGE=
- jdk: openjdk8
scala: 2.13.0-RC3
scala: 2.13.0
env: COVERAGE=
# We want the latest stable Scala last so sbt-travisci makes it the default
- jdk: openjdk8
Expand Down
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ organizationName in ThisBuild := "Typelevel"
startYear in ThisBuild := Some(2017)

val CompileTime = config("CompileTime").hide
val SimulacrumVersion = "0.18.0"
val CatsVersion = "2.0.0-M3"
val ScalaTestVersion = "3.1.0-SNAP12"
val ScalaTestPlusScalaCheckVersion = "1.0.0-SNAP7"
val SimulacrumVersion = "0.19.0"
val CatsVersion = "2.0.0-M4"
val ScalaTestVersion = "3.1.0-SNAP13"
val ScalaTestPlusScalaCheckVersion = "1.0.0-SNAP8"
val ScalaCheckVersion = "1.14.0"
val DisciplineVersion = "0.12.0-M2"
val DisciplineVersion = "0.12.0-M3"

addCommandAlias("ci", ";test ;mimaReportBinaryIssues; doc")
addCommandAlias("release", ";project root ;reload ;+publish ;sonatypeReleaseAll ;microsite/publishMicrosite")
Expand Down Expand Up @@ -150,7 +150,7 @@ val commonSettings = Seq(
}).transform(node).head
},

addCompilerPlugin("org.typelevel" % "kind-projector" % "0.10.2" cross CrossVersion.binary)
addCompilerPlugin("org.typelevel" % "kind-projector" % "0.10.3" cross CrossVersion.binary)
)

val mimaSettings = Seq(
Expand Down

0 comments on commit 7052e10

Please sign in to comment.