Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Ready for 0.8.25 #962

Merged
merged 1 commit into from
Feb 1, 2018
Merged
Show file tree
Hide file tree
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
22 changes: 11 additions & 11 deletions core/src/main/scala/sbtorgpolicies/libraries.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object libraries {
"frees-cassandra" -> "0.1.1",
"github4s" -> "0.18.0",
"org-policies" -> sbtorgpolicies.BuildInfo.version,
"scheckToolbox" -> "0.2.3"
"scheckToolbox" -> "0.2.4"
)

protected val vOthers: Map[String, String] = Map[String, String](
Expand All @@ -38,7 +38,7 @@ object libraries {
"algebra" -> "0.7.0",
"alleycats" -> "1.0.1",
"apache-kafka" -> "1.0.0",
"avro4s" -> "1.8.0",
"avro4s" -> "1.8.1",
"base64" -> "0.2.4",
"cassandra-driver" -> "3.4.0",
"catalysts" -> "0.0.5",
Expand All @@ -50,19 +50,19 @@ object libraries {
"config" -> "1.3.2",
"coursier" -> "1.0.0",
"discipline" -> "0.8",
"doobie" -> "0.5.0-M13",
"doobie" -> "0.5.0-M14",
"embedded-kafka" -> "1.0.0",
"embedded-redis" -> "0.6",
"export-hook" -> "1.2.0",
"finch" -> "0.16.1",
"fs2" -> "0.10.0-RC2",
"fs2" -> "0.10.0",
"fs2-cats" -> "0.5.0",
"fs2-reactive-streams" -> "0.2.8",
"fs2-reactive-streams" -> "0.4.0",
"grpc" -> "1.9.0",
"guava" -> "22.0",
"hammock" -> "0.8.2",
"h2" -> "1.4.196",
"http4s" -> "0.18.0-M8",
"http4s" -> "0.18.0-M9",
"joda-convert" -> "1.9.2",
"joda-time" -> "2.9.9",
"journal" -> "3.0.19",
Expand All @@ -82,22 +82,22 @@ object libraries {
"pbdirect" -> "0.1.0",
"pcplod" -> "1.2.1",
"play" -> "2.6.11",
"postgresql" -> "42.2.0",
"postgresql" -> "42.2.1",
"pure-config" -> "0.7.0",
"rediscala" -> "1.8.0",
"refined" -> "0.8.6",
"refined" -> "0.8.7",
"roshttp" -> "2.1.0",
"scala-parser-combinators" -> "1.0.6",
"scala-reflect" -> "2.11.11",
"scalacheck" -> "1.13.5",
"scheckShapeless" -> "1.1.8",
"scalactic" -> "3.0.4",
"scalactic" -> "3.0.5",
"scalaj" -> "2.3.0",
"scalameta" -> "2.1.7",
"scalameta-paradise" -> "3.0.0-M10",
"scalamock" -> "3.6.0",
"scalatags" -> "0.6.7",
"scalatest" -> "3.0.4",
"scalatest" -> "3.0.5",
"scalaz" -> "7.2.18",
"scalazspecs2" -> "0.5.2",
"scanamo" -> "0.9.5",
Expand All @@ -106,7 +106,7 @@ object libraries {
"simulacrum" -> "0.11.0",
"slf4j" -> "1.7.25",
"slick" -> "3.2.1",
"slogging" -> "0.6.0",
"slogging" -> "0.6.1",
"sourcecode" -> "0.1.4",
"specs2" -> "4.0.2",
"twitter-server" -> "18.1.0"
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.8.25-SNAPSHOT"
version in ThisBuild := "0.8.25"