Skip to content

Commit

Permalink
Cleanup some imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jatcwang committed Dec 19, 2023
1 parent 820d24e commit 190b79a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,12 @@ lazy val free = project
classOf[java.sql.ResultSet]
)
},
freeGen2KleisliInterpreterImportExcludes := Set[Class[_]](
classOf[java.util.Map[_, _]],
classOf[java.sql.DriverPropertyInfo],
classOf[java.io.Writer],
classOf[java.io.OutputStream]
)
)


Expand Down

0 comments on commit 190b79a

Please sign in to comment.