Skip to content

Commit e5e2cd9

Browse files
Update versions of play-json, circe and jsoniter (#40)
* Update versions of play-json, circe and jsoniter * Update project/Dependencies.scala --------- Co-authored-by: Mareks Rampāns <8796159+mr-git@users.noreply.github.com>
1 parent a4685ad commit e5e2cd9

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,7 @@ ignore
4040
scripts/tmp
4141
ignored/
4242

43-
.java-version
43+
.java-version
44+
45+
.metals
46+
.vscode

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Dependencies {
66
val nel = "com.evolutiongaming" %% "nel" % "1.3.5"
77
val playJson = "com.typesafe.play" %% "play-json" % "2.10.7"
88
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
9-
val jsoniter = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.23.0"
9+
val jsoniter = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.36.7"
1010
val jsonGenerator = "com.github.imrafaelmerino" %% "json-scala-values-generator" % "1.0.0"
1111
val collectionCompact = "org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0"
1212

@@ -20,4 +20,4 @@ object Dependencies {
2020
ExclusionRule("log4j", "log4j"),
2121
ExclusionRule("org.slf4j", "slf4j-log4j12"),
2222
ExclusionRule("commons-logging", "commons-logging"))
23-
}
23+
}

0 commit comments

Comments
 (0)