Prepare for release#1
Open
MihaiSurdeanu wants to merge 3 commits intomasterfrom
Open
Conversation
kwalcock
requested changes
May 6, 2026
Member
kwalcock
left a comment
There was a problem hiding this comment.
I will touch these up in a PR momentarily.
| @@ -1,3 +1,5 @@ | |||
| // Latest version numbers were updated on 2026-04-24. | |||
| // Latest version numbers were updated on 2026-05-25. | |||
| // Only the LTS versions are listed next. | ||
| val scala33 = "3.3.7" // up to 3.3.7 | ||
| val scala3 = scala31 | ||
| val scala3 = scala33 |
Member
There was a problem hiding this comment.
AFAIK no library needs scala33 and scala31 will not force others to update to 3.3 in case those people exist. They might be us.
| ThisBuild / organizationName := "Computational Language Understanding (CLU) Lab" | ||
| // The sonatype plugin seems to overwrite these two values. | ||
| // ThisBuild / pomIncludeRepository := { _ => false } // no longer applicable in sbt 1.6.2+ | ||
| ThisBuild / pomPostProcess := { |
Member
There was a problem hiding this comment.
Some of this is not relevant. It is used to remove logging from the library dependencies. Additional code would need to be in the project directory.
| "org.scalatest" %% "scalatest" % "3.2.20" % "test", | ||
| // 2.9.0 of below depends on scala3-library 3.1.3, so use this one for cross-compilation. | ||
| "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % "test", | ||
| "ai.lum" %% "common" % "0.2.0-SNAPSHOT", |
Member
There was a problem hiding this comment.
Maven central will not accept a SNAPSHOT dependency. Something will have to change.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.