Skip to content

Commit

Permalink
Updated cats to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Sep 7, 2018
1 parent 864bdd9 commit abeaf26
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 25 deletions.
13 changes: 7 additions & 6 deletions modules/catnip-tests/.js/lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ dependencyOverrides ++= Seq(
"com.chuusai" % "shapeless_2.12" % "2.3.3",
"com.chuusai" % "shapeless_sjs0.6_2.12" % "2.3.3",
"org.scala-js" % "scalajs-library_2.12" % "0.6.24",
"org.scala-lang.modules" % "scala-collection-compat_2.12" % "0.1.1",
"org.typelevel" % "alleycats-core_2.12" % "1.2.0",
"org.typelevel" % "alleycats-core_sjs0.6_2.12" % "1.1.0",
"org.typelevel" % "alleycats-core_sjs0.6_2.12" % "1.3.1",
"org.typelevel" % "cats-core_2.12" % "1.2.0",
"org.typelevel" % "cats-core_sjs0.6_2.12" % "1.1.0",
"org.typelevel" % "cats-core_sjs0.6_2.12" % "1.3.1",
"org.typelevel" % "cats-kernel_2.12" % "1.2.0",
"org.typelevel" % "cats-kernel_sjs0.6_2.12" % "1.1.0",
"org.typelevel" % "cats-kernel_sjs0.6_2.12" % "1.3.1",
"org.typelevel" % "cats-macros_2.12" % "1.2.0",
"org.typelevel" % "cats-macros_sjs0.6_2.12" % "1.1.0",
"org.typelevel" % "cats-macros_sjs0.6_2.12" % "1.3.1",
"org.typelevel" % "export-hook_2.12" % "1.2.0",
"org.typelevel" % "kittens_sjs0.6_2.12" % "1.1.1",
"org.typelevel" % "machinist_2.12" % "0.6.4",
"org.typelevel" % "machinist_sjs0.6_2.12" % "0.6.2",
"org.typelevel" % "machinist_sjs0.6_2.12" % "0.6.5",
"org.typelevel" % "macro-compat_2.12" % "1.1.1"
)
// LIBRARY_DEPENDENCIES_HASH 39629be9cbc47a647906122e30ab70f787c91c90
// LIBRARY_DEPENDENCIES_HASH ff5f22b17390fad276868a0762ef39f0873bf695
13 changes: 7 additions & 6 deletions modules/catnip-tests/.jvm/lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
// https://github.com/tkawachi/sbt-lock/
dependencyOverrides ++= Seq(
"com.chuusai" % "shapeless_2.12" % "2.3.3",
"org.typelevel" % "alleycats-core_2.12" % "1.2.0",
"org.typelevel" % "cats-core_2.12" % "1.2.0",
"org.typelevel" % "cats-kernel_2.12" % "1.2.0",
"org.typelevel" % "cats-macros_2.12" % "1.2.0",
"org.scala-lang.modules" % "scala-collection-compat_2.12" % "0.1.1",
"org.typelevel" % "alleycats-core_2.12" % "1.3.1",
"org.typelevel" % "cats-core_2.12" % "1.3.1",
"org.typelevel" % "cats-kernel_2.12" % "1.3.1",
"org.typelevel" % "cats-macros_2.12" % "1.3.1",
"org.typelevel" % "export-hook_2.12" % "1.2.0",
"org.typelevel" % "kittens_2.12" % "1.1.1",
"org.typelevel" % "machinist_2.12" % "0.6.4",
"org.typelevel" % "machinist_2.12" % "0.6.5",
"org.typelevel" % "macro-compat_2.12" % "1.1.1"
)
// LIBRARY_DEPENDENCIES_HASH 1f425c5d69f494a5747f9ec04ef7a74b975f234f
// LIBRARY_DEPENDENCIES_HASH 846791f7e5e18f2d7b55b3d8a6c8a61b401e1a58
13 changes: 7 additions & 6 deletions modules/catnip/.js/lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@ dependencyOverrides ++= Seq(
"com.chuusai" % "shapeless_2.12" % "2.3.3",
"com.chuusai" % "shapeless_sjs0.6_2.12" % "2.3.3",
"org.scala-js" % "scalajs-library_2.12" % "0.6.24",
"org.scala-lang.modules" % "scala-collection-compat_2.12" % "0.1.1",
"org.typelevel" % "alleycats-core_2.12" % "1.2.0",
"org.typelevel" % "alleycats-core_sjs0.6_2.12" % "1.1.0",
"org.typelevel" % "alleycats-core_sjs0.6_2.12" % "1.3.1",
"org.typelevel" % "cats-core_2.12" % "1.2.0",
"org.typelevel" % "cats-core_sjs0.6_2.12" % "1.1.0",
"org.typelevel" % "cats-core_sjs0.6_2.12" % "1.3.1",
"org.typelevel" % "cats-kernel_2.12" % "1.2.0",
"org.typelevel" % "cats-kernel_sjs0.6_2.12" % "1.1.0",
"org.typelevel" % "cats-kernel_sjs0.6_2.12" % "1.3.1",
"org.typelevel" % "cats-macros_2.12" % "1.2.0",
"org.typelevel" % "cats-macros_sjs0.6_2.12" % "1.1.0",
"org.typelevel" % "cats-macros_sjs0.6_2.12" % "1.3.1",
"org.typelevel" % "export-hook_2.12" % "1.2.0",
"org.typelevel" % "kittens_sjs0.6_2.12" % "1.1.1",
"org.typelevel" % "machinist_2.12" % "0.6.4",
"org.typelevel" % "machinist_sjs0.6_2.12" % "0.6.2",
"org.typelevel" % "machinist_sjs0.6_2.12" % "0.6.5",
"org.typelevel" % "macro-compat_2.12" % "1.1.1"
)
// LIBRARY_DEPENDENCIES_HASH 5f18e6ded38a6bd6150222df1abc10379ca9351b
// LIBRARY_DEPENDENCIES_HASH 085753401d675efc4b529dad5a19d799088c860a
13 changes: 7 additions & 6 deletions modules/catnip/.jvm/lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@
// https://github.com/tkawachi/sbt-lock/
dependencyOverrides ++= Seq(
"com.chuusai" % "shapeless_2.12" % "2.3.3",
"org.typelevel" % "alleycats-core_2.12" % "1.2.0",
"org.typelevel" % "cats-core_2.12" % "1.2.0",
"org.typelevel" % "cats-kernel_2.12" % "1.2.0",
"org.typelevel" % "cats-macros_2.12" % "1.2.0",
"org.scala-lang.modules" % "scala-collection-compat_2.12" % "0.1.1",
"org.typelevel" % "alleycats-core_2.12" % "1.3.1",
"org.typelevel" % "cats-core_2.12" % "1.3.1",
"org.typelevel" % "cats-kernel_2.12" % "1.3.1",
"org.typelevel" % "cats-macros_2.12" % "1.3.1",
"org.typelevel" % "export-hook_2.12" % "1.2.0",
"org.typelevel" % "kittens_2.12" % "1.1.1",
"org.typelevel" % "machinist_2.12" % "0.6.4",
"org.typelevel" % "machinist_2.12" % "0.6.5",
"org.typelevel" % "macro-compat_2.12" % "1.1.1"
)
// LIBRARY_DEPENDENCIES_HASH 83702cda5b35637b0519b2b457d5ca443791beec
// LIBRARY_DEPENDENCIES_HASH d8ba678f70ec94a5fbf505536a61422c983a5232
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object Dependencies {
val scalaFmtVersion = "1.5.1"

// libraries versions
val catsVersion = "1.1.0"
val catsVersion = "1.3.1"
val monixVersion = "3.0.0-RC1"
val specs2Version = "4.2.0"

Expand Down

0 comments on commit abeaf26

Please sign in to comment.