Skip to content

Commit

Permalink
update cats version (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
kailuowang authored Sep 10, 2018
1 parent 2528d17 commit 03f67d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ lazy val buildSettings = Seq(
crossScalaVersions := Seq( "2.11.12", scalaVersion.value, "2.13.0-M4")
)

val catsVersion = "1.2.0"
val catsVersion = "1.3.1"

val ScalaTestVersion = Def.setting{
CrossVersion.partialVersion(scalaVersion.value) match {
Expand Down

0 comments on commit 03f67d2

Please sign in to comment.