Skip to content
This repository was archived by the owner on Nov 29, 2021. It is now read-only.

Update Dependencies #383

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ import sbt._
object Dependencies {

object Versions {
val circeV = "0.14.0-M7" //https://github.com/circe/circe/releases
val circeV = "0.14.1" //https://github.com/circe/circe/releases
val catsV = "2.6.1" //https://github.com/typelevel/cats/releases
val bouncyCastleV = "1.68" //https://github.com/bcgit/bc-java/releases
val sCryptV = "1.4.0" //https://github.com/wg/scrypt/releases
val scalaTestV = "3.2.9" //https://github.com/scalatest/scalatest/releases
val scalaTestPlusV= "3.2.9.0" //https://github.com/scalatest/scalatestplus-scalacheck
val http4sV = "0.23.0-M1" //https://github.com/http4s/http4s/releases
val http4sV = "0.23.0" //https://github.com/http4s/http4s/releases
val scalacheckV = "1.15.4" //https://github.com/typelevel/scalacheck/releases
val commonsCodecV = "1.15" //https://github.com/apache/commons-codec/releases
val fs2Version = "3.0.3" //https://github.com/functional-streams-for-scala/fs2/releases
val fs2Version = "3.0.6" //https://github.com/functional-streams-for-scala/fs2/releases
val log4sV = "1.9.0" //https://github.com/Log4s/log4s
}

Expand Down