Skip to content

Commit

Permalink
Dependencies updates (#92)
Browse files Browse the repository at this point in the history
* Update fs2-core to 1.0.5
* Update cats
  * cats-core v1.6.1
  * cats-effect v1.3.1
* Update blaze-http to 0.14.8
* Update doobie to 0.7.0
* sbt v1.2.8
* Plugins update
  * sbt-assembly v0.14.10
  * sbt-sonatype v2.5
  * sbt-pgp v1.1.2
  • Loading branch information
vguerci authored Aug 9, 2019
1 parent ce63c5c commit 863ef4f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,10 @@ lazy val lolhttp =
commonSettings,

libraryDependencies ++= Seq(
"co.fs2" %% "fs2-core" % "1.0.2",
"org.typelevel" %% "cats-core" % "1.5.0",
"org.typelevel" %% "cats-effect" % "1.1.0",
"org.http4s" %% "blaze-http" % "0.14.7",
"co.fs2" %% "fs2-core" % "1.0.5",
"org.typelevel" %% "cats-core" % "1.6.1",
"org.typelevel" %% "cats-effect" % "1.3.1",
"org.http4s" %% "blaze-http" % "0.14.8",
"org.scalatest" %% "scalatest" % "3.0.4" % "test",
"ch.qos.logback" % "logback-classic" % "1.2.3" % "test"
),
Expand Down Expand Up @@ -167,7 +167,7 @@ lazy val examples: Project =
libraryDependencies ++= Seq(
"org.tpolecat" %% "doobie-core",
"org.tpolecat" %% "doobie-h2"
).map(_ % "0.7.0-M2"),
).map(_ % "0.7.0"),

libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3",

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.0.2
sbt.version=1.2.8
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.2")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.0")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.0-M1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")

0 comments on commit 863ef4f

Please sign in to comment.