Skip to content

Commit

Permalink
Updates (#660)
Browse files Browse the repository at this point in the history
* Update ZIO to 2.0.10, Cats Effect to 3.4.8 and FS2 to 3.6.1

* Update Scala JS SBT plugin
  • Loading branch information
calvinlfer authored Apr 10, 2023
1 parent c677f88 commit 6f836a7
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 @@ -49,12 +49,12 @@ lazy val root = project
unusedCompileDependenciesFilter -= moduleFilter("org.scala-js", "scalajs-library")
)

val zioVersion = "2.0.10"
val zioVersion = "2.0.11"
val catsVersion = "2.9.0"
val catsEffectVersion = "3.4.4"
val catsEffectVersion = "3.4.8"
val catsMtlVersion = "1.3.0"
val disciplineScalaTestVersion = "2.2.0"
val fs2Version = "3.4.0"
val fs2Version = "3.6.1"
val scalaJavaTimeVersion = "2.5.0"

lazy val zioInteropCats = crossProject(JSPlatform, JVMPlatform)
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.12.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
Expand Down

0 comments on commit 6f836a7

Please sign in to comment.