cozydev-pink / protosearch

prototype search library in pure scala
https://cozydev-pink.github.io/protosearch/
Apache License 2.0
9 stars 6 forks source link

Update 2.13.x #120

Closed valencik closed 1 year ago

valencik commented 1 year ago

Updates org.scala-lang:scala-library from 2.13.11 to 2.13.12

2.13.2 GitHub Release Notes - Version Diff

Changes SearchSchema from a case class to a regular class to avoid the following error:

constructor modifiers are assumed by synthetic copy method

Supersedes https://github.com/cozydev-pink/protosearch/pull/115