kevin-lee / openai4s

openai4s - OpenAI Client for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support Scala 3

kevin-lee opened this issue · comments

Task

Summary

Support Scala 3

Project Details

Version:

Description

Support Scala 3.2.2
There might be an issue with newtype and refined in Scala 3 as

  • newtype doesn't support Scala 3
  • Some refined features are broken in Scala 3 (e.g. macro for compile-time type check)