Skip to content

Commit 18038e0

Browse files
authored
Merge pull request #258 from xuwei-k/update
Update dependencies
2 parents 618012d + 2afacc6 commit 18038e0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ def dockerTestKit(version: String): Seq[ModuleID] = {
2424
lazy val coreSettings = commonSettings ++ Seq(
2525
name := "RedisClient",
2626
libraryDependencies ++= Seq(
27-
"org.apache.commons" % "commons-pool2" % "2.7.0",
28-
"org.slf4j" % "slf4j-api" % "1.7.28",
29-
"org.slf4j" % "slf4j-log4j12" % "1.7.28" % "provided",
27+
"org.apache.commons" % "commons-pool2" % "2.8.0",
28+
"org.slf4j" % "slf4j-api" % "1.7.29",
29+
"org.slf4j" % "slf4j-log4j12" % "1.7.29" % "provided",
3030
"log4j" % "log4j" % "1.2.17" % "provided",
31-
"org.scalatest" %% "scalatest" % "3.0.8" % "test"
31+
"org.scalatest" %% "scalatest" % "3.1.0" % "test"
3232
) ++
3333
(scalaBinaryVersion.value match {
3434
case "2.10" => dockerTestKit("0.9.8")

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.2
1+
sbt.version=1.3.4

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.7")
1+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8.1")
22

33
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")

0 commit comments

Comments
 (0)