Skip to content

Commit

Permalink
Minor/major updates
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot authored Oct 31, 2023
1 parent f888562 commit 2a47669
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ lazy val github4s = (crossProject(JSPlatform, JVMPlatform))
// See the README for why this is necessary
// https://github.com/scala-js/scala-js-macrotask-executor/tree/v1.0.0
// tl;dr: without it, performance problems and concurrency bugs abound
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "1.0.0" % Test
libraryDependencies += "org.scala-js" %%% "scala-js-macrotask-executor" % "1.0.0" % Test,
// Disable nonunit warning on tests
Test / scalacOptions -= "-Wnonunit-statement"
)

//////////
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object ProjectPlugin extends AutoPlugin {
val cats: String = "2.9.0"
val circe: String = "0.14.3"
val expecty = "0.16.0"
val http4s: String = "0.23.16"
val http4s: String = "0.23.17"
val http4sBlazeClient: String = "0.23.13"
val paradise: String = "2.1.1"
val scalacheck = "1.17.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.11.6"
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.11.6")
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.11.6")
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.1")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0")

0 comments on commit 2a47669

Please sign in to comment.