Skip to content

Prepare for release#1

Open
MihaiSurdeanu wants to merge 3 commits intomasterfrom
for-release
Open

Prepare for release#1
MihaiSurdeanu wants to merge 3 commits intomasterfrom
for-release

Conversation

@MihaiSurdeanu
Copy link
Copy Markdown
Contributor

No description provided.

@MihaiSurdeanu MihaiSurdeanu requested a review from kwalcock May 6, 2026 01:27
Copy link
Copy Markdown
Member

@kwalcock kwalcock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will touch these up in a PR momentarily.

Comment thread project/plugins.sbt Outdated
@@ -1,3 +1,5 @@
// Latest version numbers were updated on 2026-04-24.
// Latest version numbers were updated on 2026-05-25.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2026-05-05?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep

Comment thread build.sbt
// Only the LTS versions are listed next.
val scala33 = "3.3.7" // up to 3.3.7
val scala3 = scala31
val scala3 = scala33
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread publish.sbt
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 := {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread build.sbt
"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",
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maven central will not accept a SNAPSHOT dependency. Something will have to change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants