Skip to content

Commit

Permalink
Remove & upgrade duplicated version of Cats
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Dec 7, 2018
1 parent a3f0dad commit 4730a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -11,6 +11,7 @@ lib_managed/
src_managed/
project/boot/
project/plugins/project/
**/.bloop

# Scala-IDE specific
.scala_dependencies
Expand Down
3 changes: 1 addition & 2 deletions test-workspace/build.sbt
Expand Up @@ -6,8 +6,7 @@ inThisBuild(Vector(
))

libraryDependencies ++= List(
"org.typelevel" %% "cats-core" % "1.4.0",
"org.typelevel" %% "cats-core" % "1.4.0",
"org.typelevel" %% "cats-core" % "1.5.0",
"com.lihaoyi" %% "ujson" % "0.6.5",
"com.lihaoyi" %% "sourcecode" % "0.1.4",
"org.scalatest" %% "scalatest" % "3.0.5"
Expand Down

0 comments on commit 4730a36

Please sign in to comment.