Skip to content

Commit

Permalink
Fix compile error with scala 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dacr committed Jan 21, 2024
1 parent 7cccbf5 commit 7723bff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala-2/zio/lmdb/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ package object lmdb {
type CreateErrors = LmdbError
type FetchErrors = LmdbError
type ContainsErrors = LmdbError
type UpdateErrors = LmdbError
type UpsertErrors = LmdbError
type DeleteErrors = LmdbError
type CollectErrors = LmdbError
Expand Down

0 comments on commit 7723bff

Please sign in to comment.