Skip to content

Commit

Permalink
Merge branch 'main' into update/cats-effect-3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge authored Aug 28, 2023
2 parents 1fc2220 + dc344c4 commit 2e490c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
val catsV = "2.10.0"
val catsEffectV = "3.5.1"
val fs2V = "3.7.0"
val fs2V = "3.8.0"
val http4sV = "0.23.19"
val circeV = "0.14.5"
val log4catsV = "2.6.0"
Expand All @@ -16,7 +16,7 @@ ThisBuild / developers := List(
)
ThisBuild / tlSonatypeUseLegacyHost := true

ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.11", "3.3.0")
ThisBuild / crossScalaVersions := Seq("2.12.18", "2.13.11", "3.3.0")
ThisBuild / tlCiReleaseBranches := Seq("main")

// Projects
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("org.typelevel" % "sbt-typelevel-ci-release" % "0.5.0-M10")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.5.0-M10")
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.5.0-M10")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.14")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.1")

0 comments on commit 2e490c6

Please sign in to comment.