Skip to content

Commit

Permalink
Update sbt plugins, downgrade scala due to typelevel/kind-projector#116
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Sep 29, 2019
1 parent 4e58660 commit f8dcb0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val Scala_212 = "2.12.10"
val Scala_213 = "2.13.1"
val Scala_213 = "2.13.0" //don't use 2.13.1 until kind-projector is fixed

val catsEffectVersion = "2.0.0"
val catsTaglessVersion = "0.10"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.3.2")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31")
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.6")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")
Expand Down

0 comments on commit f8dcb0c

Please sign in to comment.