Skip to content

Commit

Permalink
Upgraded:
Browse files Browse the repository at this point in the history
- kind-projector 0.10.3 => 0.11.0
- Scala 2.13.0 => 2.13.1 (since kind-projector now supports full Scala version)
  • Loading branch information
kevin-lee committed Oct 12, 2019
1 parent 1cdb0e4 commit ce07beb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -27,7 +27,7 @@ lazy val justFp = (project in file("."))
Resolver.sonatypeRepo("releases")
, Deps.hedgehogRepo
)
, addCompilerPlugin("org.typelevel" % "kind-projector" % "0.10.3" cross CrossVersion.binary)
, addCompilerPlugin("org.typelevel" % "kind-projector" % "0.11.0" cross CrossVersion.full)
, libraryDependencies := Deps.hedgehogLibs ++
crossVersionProps(Seq.empty[ModuleID], SemanticVersion.parseUnsafe(scalaVersion.value)) {
case (Major(2), Minor(10)) =>
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectInfo.scala
Expand Up @@ -8,7 +8,7 @@ import wartremover.WartRemover.autoImport.{Wart, Warts}
*/
object ProjectInfo {

val ProjectScalaVersion: String = "2.13.0"
val ProjectScalaVersion: String = "2.13.1"
val CrossScalaVersions: Seq[String] = Seq("2.10.7", "2.11.12", "2.12.10", ProjectScalaVersion)

val ProjectVersion: String = "1.2.0"
Expand Down

0 comments on commit ce07beb

Please sign in to comment.