But Seq and Seq is the same thing :) And with scala 2.12.13 I dont have this problem Also, I saw trouble with IDEA hightlight with method 'one()' because IDEA tell me that this method requires Nothing WTF ???
Евгений Афанасьев
unread,
Jan 16, 2021, 12:33:39 PM1/16/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ScalikeJDBC Users Group
scala @migration("scala.Seq is now scala.collection.immutable.Seq instead of scala.collection.Seq", "2.13.0") type Seq[+A] = Seq[A]
@From docs
суббота, 16 января 2021 г. в 20:31:26 UTC+3, Евгений Афанасьев: