diff --git a/build.sbt b/build.sbt index bb76542..5900a6e 100644 --- a/build.sbt +++ b/build.sbt @@ -14,7 +14,7 @@ val scalaNativeVersions = List(scala2_12, scala2_13, scala3) val circeVersion = "0.14.6" val circeYamlVersion = "0.15.1" -val scalaTestVersion = "3.2.18" +val scalaTestVersion = "3.2.19" val scalaCollectionCompatVersion = "2.11.0" excludeLintKeys in Global ++= Set(ideSkipProject)