Skip to content

Commit

Permalink
Merge pull request #1278 from Roman-Statsura/loggingLog4CatsLegacy-sc…
Browse files Browse the repository at this point in the history
…ala3

Add support Scala 3 for module loggingLog4CatsLegacy
  • Loading branch information
dos65 authored May 14, 2024
2 parents d145c59 + 35b2863 commit e7da391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,11 @@ lazy val loggingLog4CatsLegacy = projectMatrix
.in(loggingInterop / "log4cats-legacy")
.settings(
defaultSettings,
scala3MigratedModuleOptions,
name := "tofu-logging-log4cats-legacy",
libraryDependencies += log4CatsLegacy
)
.jvmPlatform(scala2Versions)
.jvmPlatform(scala2And3Versions)
.dependsOn(loggingStr)

lazy val loggingLog4Cats = projectMatrix
Expand Down

0 comments on commit e7da391

Please sign in to comment.