Skip to content

Commit

Permalink
Dependency updates:
Browse files Browse the repository at this point in the history
- HikariCP 2.7.2 -> 2.7.3
- cassandra-driver-core 3.3.0 -> 3.3.1
- monix 2.3.0 -> 2.3.2
- sbt-scalariform 1.8.1 -> 1.8.2
- sbt-scalajs 0.6.20 -> 0.6.21
  • Loading branch information
golem131 committed Nov 13, 2017
1 parent f6f3ac3 commit 8c9d31b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -70,7 +70,7 @@ lazy val `quill-jdbc` =
.settings(
fork in Test := true,
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "2.7.2",
"com.zaxxer" % "HikariCP" % "2.7.3",
"mysql" % "mysql-connector-java" % "5.1.42" % Test,
"com.h2database" % "h2" % "1.4.196" % Test,
"org.postgresql" % "postgresql" % "42.1.4" % Test,
Expand Down Expand Up @@ -160,8 +160,8 @@ lazy val `quill-cassandra` =
.settings(
fork in Test := true,
libraryDependencies ++= Seq(
"com.datastax.cassandra" % "cassandra-driver-core" % "3.3.0",
"io.monix" %% "monix" % "2.3.0"
"com.datastax.cassandra" % "cassandra-driver-core" % "3.3.1",
"io.monix" %% "monix" % "2.3.2"
)
)
.dependsOn(`quill-core-jvm` % "compile->compile;test->test")
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Expand Up @@ -21,6 +21,6 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.1.14")

addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.1")
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.20")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.21")

0 comments on commit 8c9d31b

Please sign in to comment.