Skip to content

Commit

Permalink
chore: 6 dependency updates for quest4s
Browse files Browse the repository at this point in the history
*  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
  • Loading branch information
QuadStingray committed Aug 24, 2023
1 parent 90da5d6 commit 25180c2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
scalaVersion := "2.13.10"
scalaVersion := "2.13.11"

libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"

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
libraryDependencies += "io.circe" %% "circe-core" % circeVersion
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "quest4s",
"organization" : "de.iwelt",
"version" : "0.7.",
"version" : "0.7.0",
"description" : "",
"directories" : {
"doc" : "docs"
Expand Down

0 comments on commit 25180c2

Please # to comment.