Skip to content

Commit

Permalink
Update ujson, upickle to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 19, 2024
1 parent 6041d8c commit a1bf224
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ object Versions {
val cpg = parseVersion("cpgVersion")
// Dont upgrade antlr to 4.10 or above since those versions require java 11 or higher which
// causes problems upstreams.
val antlr = "4.7"
val scalatest = "3.2.16"
val cats = "3.5.0"
val json4s = "4.0.6"
val gradleTooling = "8.3"
val circe = "0.14.5"
val requests = "0.8.0"
val upickle = "3.1.3"
val scalaReplPP = "0.1.77"
val antlr = "4.7"
val scalatest = "3.2.16"
val cats = "3.5.0"
val json4s = "4.0.6"
val gradleTooling = "8.3"
val circe = "0.14.5"
val requests = "0.8.0"
val upickle = "3.1.4"
val scalaReplPP = "0.1.77"
val typeSafeConfig = "1.4.2"
val versionSort = "1.0.11"
val versionSort = "1.0.11"

private def parseVersion(key: String): String = {
val versionRegexp = s""".*val $key[ ]+=[ ]?"(.*?)"""".r
Expand Down

0 comments on commit a1bf224

Please sign in to comment.