Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-typelevel-0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
samspills committed Nov 16, 2023
2 parents 1658150 + f23249f commit c028421
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
ThisBuild / crossScalaVersions := Seq("2.12.18", Scala213, Scala3)
ThisBuild / scalaVersion := crossScalaVersions.value.last
ThisBuild / tlBaseVersion := "9.1"
ThisBuild / tlBaseVersion := "9.2"
ThisBuild / tlSonatypeUseLegacyHost := true

ThisBuild / githubWorkflowTargetBranches :=
Seq("*", "series/*")

val http4sV = "0.23.23"
val http4sV = "0.23.24"
val munitCatsEffectV = "1.0.7"
val munitScalaCheckV = "0.7.29"
val scalacheckEffectV = "1.0.4"
Expand Down

0 comments on commit c028421

Please sign in to comment.