Skip to content

Commit

Permalink
Merge branch 'master' into addTaglessModule
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport authored Feb 10, 2020
2 parents 2120acd + 06ed622 commit 9aed937
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ lazy val docs = project.in(file("modules/docs"))
.dependsOn(coreJVM, http4s, doobie, circeJVM)

val catsV = "2.1.0" //https://github.com/typelevel/cats/releases
val catsEffectV = "2.1.0" //https://github.com/typelevel/cats-effect/releases
val catsEffectV = "2.1.1" //https://github.com/typelevel/cats-effect/releases
val specs2V = "4.8.3" //https://github.com/etorreborre/specs2/releases
val disciplineSpecs2V = "1.0.0"
val circeV = "0.13.0-RC1" //https://github.com/circe/circe/releases
val http4sV = "0.21.0-RC4" //https://github.com/http4s/http4s/releases
val circeV = "0.13.0" //https://github.com/circe/circe/releases
val http4sV = "0.21.0" //https://github.com/http4s/http4s/releases
val doobieV = "0.8.8" //https://github.com/tpolecat/doobie/releases
val scalaJavaTimeV = "2.0.0-RC3" // https://github.com/cquiroz/scala-java-time/releases
val testContainersSpecs2V = "0.2.0-M2" //
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.10")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.4")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.13")
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.9.7")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.32")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.0")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.2")

0 comments on commit 9aed937

Please sign in to comment.