Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates #298

Merged
merged 5 commits into from
Nov 29, 2019
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
7 changes: 4 additions & 3 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ object ProjectPlugin extends AutoPlugin {

lazy val V = new {
val base64: String = "0.2.9"
val cats: String = "1.6.1"
val cats: String = "2.0.0"
val catsEffect: String = "2.0.0"
val circe: String = "0.11.1"
val circe: String = "0.11.2"
val circeJackson: String = "0.11.1"
val paradise: String = "2.1.1"
val roshttp: String = "2.2.4"
val simulacrum: String = "0.19.0"
Expand Down Expand Up @@ -68,7 +69,7 @@ object ProjectPlugin extends AutoPlugin {
%%("simulacrum", V.simulacrum),
%%("circe-core", V.circe),
%%("circe-generic", V.circe),
"io.circe" %% "circe-jackson28" % V.circe,
"io.circe" %% "circe-jackson28" % V.circeJackson,
%%("base64", V.base64),
%%("circe-parser", V.circe) % Test,
%%("scalamockScalatest", V.scalamockScalatest) % Test,
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.3.3
sbt.version = 1.3.4
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.9.4")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.31")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")