Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
Co-authored-by: Arman Bilge <armanbilge@gmail.com>
  • Loading branch information
i10416 and armanbilge committed Jun 11, 2022
1 parent 33adb06 commit 18065c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
"Sonatype OSS Snapshots s01" at "https://s01.oss.sonatype.org/content/repositories/snapshots"
),
crossScalaVersions := (ThisBuild / crossScalaVersions).value.filterNot(_.startsWith("2.11")),
mimaPreviousArtifacts := Set.empty,
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "0.3.8").toMap,
libraryDependencies := {
if (scalaVersion.value.startsWith("3.1")) {
libraryDependencies.value.filterNot(_ == Dependencies.cats) ++ Seq(
Expand Down

0 comments on commit 18065c8

Please sign in to comment.