Skip to content

Commit

Permalink
Merge pull request #186 from broadinstitute/cats
Browse files Browse the repository at this point in the history
upgrade cats version
  • Loading branch information
Qi77Qi committed Aug 8, 2018
2 parents 13c461a + ddb3124 commit 0141848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ object Dependencies {

val googleOAuth2: ModuleID = "com.google.auth" % "google-auth-library-oauth2-http" % "0.9.0"

val cats: ModuleID = "org.typelevel" %% "cats" % "0.9.0"
val cats: ModuleID = "org.typelevel" %% "cats-core" % "1.2.0"

val scalaTest: ModuleID = "org.scalatest" %% "scalatest" % scalaTestV % "test"
val mockito: ModuleID = "org.mockito" % "mockito-core" % "2.7.22" % "test"
Expand Down

0 comments on commit 0141848

Please sign in to comment.