From 25180c2926cc1a853e952db224035bc7d947b93a Mon Sep 17 00:00:00 2001 From: QuadStingray Date: Thu, 24 Aug 2023 12:48:53 +0200 Subject: [PATCH] chore: 6 dependency updates for quest4s * com.github.pathikrit:better-files : 3.9.1 -> 3.9.2 * io.circe:circe-core : 0.14.3 -> 0.14.5 * io.circe:circe-generic : 0.14.3 -> 0.14.5 * io.circe:circe-parser : 0.14.3 -> 0.14.5 * joda-time:joda-time : 2.12.2 -> 2.12.5 * org.scala-lang:scala-library : 2.13.10 -> 2.13.11 --- build.sbt | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/build.sbt b/build.sbt index 01c3e62..3a02d51 100644 --- a/build.sbt +++ b/build.sbt @@ -1,4 +1,4 @@ -scalaVersion := "2.13.10" +scalaVersion := "2.13.11" libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5" @@ -6,9 +6,9 @@ libraryDependencies += "com.github.tototoshi" %% "scala-csv" % "1.3.10" libraryDependencies += "io.mikael" % "urlbuilder" % "2.0.9" -libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.1" +libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.2" -val circeVersion = "0.14.3" +val circeVersion = "0.14.5" val sttClientVersion = "3.9.0" libraryDependencies += "com.softwaremill.sttp.client3" %% "circe" % sttClientVersion @@ -16,14 +16,14 @@ libraryDependencies += "io.circe" %% "circe-core" % circ libraryDependencies += "io.circe" %% "circe-generic" % circeVersion libraryDependencies += "io.circe" %% "circe-parser" % circeVersion -libraryDependencies += "joda-time" % "joda-time" % "2.12.2" +libraryDependencies += "joda-time" % "joda-time" % "2.12.5" val PekkoVersion = "1.0.1" -libraryDependencies += "org.apache.pekko" %% "pekko-slf4j" % PekkoVersion -libraryDependencies += "org.apache.pekko" %% "pekko-stream" % PekkoVersion +libraryDependencies += "org.apache.pekko" %% "pekko-slf4j" % PekkoVersion % Provided +libraryDependencies += "org.apache.pekko" %% "pekko-stream" % PekkoVersion % Test libraryDependencies += "com.softwaremill.sttp.client3" %% "pekko-http-backend" % sttClientVersion % Test -libraryDependencies += "com.softwaremill.sttp.client3" %% "akka-http-backend" % sttClientVersion % Test -libraryDependencies += "com.softwaremill.sttp.client3" %% "okhttp-backend" % sttClientVersion % Test +libraryDependencies += "com.softwaremill.sttp.client3" %% "akka-http-backend" % sttClientVersion % Test +libraryDependencies += "com.softwaremill.sttp.client3" %% "okhttp-backend" % sttClientVersion % Test libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test diff --git a/package.json b/package.json index c530031..fe7000c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name" : "quest4s", "organization" : "de.iwelt", - "version" : "0.7.", + "version" : "0.7.0", "description" : "", "directories" : { "doc" : "docs"