diff --git a/.gitignore b/.gitignore index 7fc07ac..bea1997 100644 --- a/.gitignore +++ b/.gitignore @@ -30,4 +30,7 @@ ignore scripts/tmp ignored/ -.java-version \ No newline at end of file +.java-version + +.metals +.vscode diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 80dde2d..dc2b6b3 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val nel = "com.evolutiongaming" %% "nel" % "1.3.5" val playJson = "com.typesafe.play" %% "play-json" % "2.10.7" val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" - val jsoniter = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.23.0" + val jsoniter = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.36.7" val jsonGenerator = "com.github.imrafaelmerino" %% "json-scala-values-generator" % "1.0.0" val collectionCompact = "org.scala-lang.modules" %% "scala-collection-compat" % "2.10.0" @@ -20,4 +20,4 @@ object Dependencies { ExclusionRule("log4j", "log4j"), ExclusionRule("org.slf4j", "slf4j-log4j12"), ExclusionRule("commons-logging", "commons-logging")) -} \ No newline at end of file +}