diff --git a/build.sbt b/build.sbt index ba1bebb..c5414fc 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ lazy val isProductionBuild = sys.env.getOrElse("PROD", "false") == "true" Global / onChangedBuildSource := ReloadOnSourceChanges -val circe = "0.14.1" +val circe = "0.14.8" lazy val baseSettings: Project => Project = { _.enablePlugins(ScalaJSPlugin)