Skip to content

Commit

Permalink
Remove tlVersionIntroduced from mtl module
Browse files Browse the repository at this point in the history
  • Loading branch information
iRevive committed Oct 30, 2023
1 parent 82dea75 commit 87b0ac5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ lazy val mtl = crossProject(JSPlatform, JVMPlatform, NativePlatform)
name := "log4cats-mtl",
libraryDependencies += "org.typelevel" %%% "cats-mtl" % catsMtlV
)
.nativeSettings(commonNativeSettings)

lazy val testing = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(commonSettings)
Expand Down

0 comments on commit 87b0ac5

Please sign in to comment.