Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Mar 25, 2024
1 parent c6beea9 commit ce3ff79
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -17,17 +17,17 @@ import Keys._
object Dependencies {
object V {
// Scala
val igluCore = "1.1.2"
val circe = "0.14.3"
val igluCore = "1.1.3"
val circe = "0.14.6"
val circeJackson = "0.14.0"
val jsonValidator = "1.0.76"
val catsParse = "0.3.9"
val catsParse = "1.0.0"
val libCompat = "2.9.0"
val jacksonDatabind = "2.14.1"

// Scala (test only)
val specs2 = "4.15.0"
val scalaCheck = "1.16.0"
val specs2 = "4.20.0"
val scalaCheck = "1.17.0"
}

object Libraries {
Expand Down

0 comments on commit ce3ff79

Please sign in to comment.