From 405e7d8d4eddb5ba7afd1009f53c3652785e3621 Mon Sep 17 00:00:00 2001 From: Bendix Saeltz Date: Thu, 17 Jun 2021 10:40:59 +0200 Subject: [PATCH] Bump libraries --- build.sbt | 2 +- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index bea9fc6..cbeb448 100644 --- a/build.sbt +++ b/build.sbt @@ -54,7 +54,7 @@ lazy val library = val akka = "2.6.14" val akkaHttp = "10.2.4" val log4j = "2.14.1" - val pureConfig = "0.15.0" + val pureConfig = "0.16.0" val scalaCheck = "1.15.4" val scalaLogging = "3.9.3" val scalaTest = "3.2.9" diff --git a/project/build.properties b/project/build.properties index f58f9dd..7d9ef1e 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.5.3 +sbt.version = 1.5.4 diff --git a/project/plugins.sbt b/project/plugins.sbt index d389652..0034ff4 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0") // Formatting in scala // See .scalafmt.conf for configuration details. // Formatting takes place before the project is compiled. -addSbtPlugin( "org.scalameta" % "sbt-scalafmt" % "2.0.7") +addSbtPlugin( "org.scalameta" % "sbt-scalafmt" % "2.4.2") // Static code analysis. // sbt> scapegoat