8000 Minor dependencies update by augi · Pull Request #224 · mauricio/postgresql-async · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Dec 3, 2019. It is now read-only.

Minor dependencies update #224

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -50,19 +50,19 @@ object ProjectBuild extends Build {
object Configuration {

val commonVersion = "0.2.22-SNAPSHOT"
val projectScalaVersion = "2.12.1"
val specs2Version = "3.8.6"
val projectScalaVersion = "2.12.2"
val specs2Version = "3.9.1"

val specs2Dependency = "org.specs2" %% "specs2-core" % specs2Version % "test"
val specs2JunitDependency = "org.specs2" %% "specs2-junit" % specs2Version % "test"
val specs2MockDependency = "org.specs2" %% "specs2-mock" % specs2Version % "test"
val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.1.8" % "test"
val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.2.3" % "test"

val commonDependencies = Seq(
"org.slf4j" % "slf4j-api" % "1.7.22",
"joda-time" % "joda-time" % "2.9.7",
"org.joda" % "joda-convert" % "1.8.1",
"io.netty" % "netty-all" % "4.1.6.Final",
"org.slf4j" % "slf4j-api" % "1.7.25",
"joda-time" % "joda-time" % "2.9.9",
"org.joda" % "joda-convert" % "1.8.2",
"io.netty" % "netty-all" % "4.1.12.Final",
"org.javassist" % "javassist" % "3.21.0-GA",
specs2Dependency,
specs2JunitDependency,
Expand Down
0