Skip to content

Commit

Permalink
Add tlVersionIntroduced for mima
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Jul 19, 2024
1 parent 82b7185 commit 67aadbd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ lazy val mtl = crossProject(JVMPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-mtl" % "1.4.0"
),
tlVersionIntroduced := Map(
"2.13" -> "0.5.1",
"3" -> "0.5.1",
),
)
.dependsOn(core)

Expand Down

0 comments on commit 67aadbd

Please sign in to comment.