Skip to content

Commit

Permalink
chore: Dependency Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 3, 2022
1 parent 66a6da2 commit 9e4658c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repos

// Test

libraryDependencies += "org.specs2" %% "specs2-core" % "4.13.1" % Test
libraryDependencies += "org.specs2" %% "specs2-core" % "4.13.2" % Test

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.7" % Test
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.10" % Test

libraryDependencies += "joda-time" % "joda-time" % "2.10.13" % Test

Expand All @@ -60,7 +60,7 @@ libraryDependencies += "org.mongodb.scala" %% "mongo-scala-driver" % "4.4.1"

libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.8.4" % Provided

libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.1-1" % Provided
libraryDependencies += "com.github.luben" % "zstd-jni" % "1.5.2-1" % Provided

val MongoJavaServerVersion = "1.39.0"

Expand All @@ -70,7 +70,7 @@ libraryDependencies += "de.bwaldvogel" % "mongo-java-server-h2-backend" % MongoJ

libraryDependencies += "com.github.pathikrit" %% "better-files" % "3.9.1"

libraryDependencies += "com.typesafe" % "config" % "1.4.1"
libraryDependencies += "com.typesafe" % "config" % "1.4.2"

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

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.1
sbt.version=1.6.2
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")

addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")

// updates

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.1")

addSbtPlugin("com.github.fedragon" % "sbt-todolist" % "0.7")

Expand Down

0 comments on commit 9e4658c

Please sign in to comment.