Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to lagom 1.5.5 #3

Closed
an-tex opened this issue Dec 18, 2019 · 2 comments
Closed

Update to lagom 1.5.5 #3

an-tex opened this issue Dec 18, 2019 · 2 comments

Comments

@an-tex
Copy link
Contributor

an-tex commented Dec 18, 2019

https://github.com/lagom/lagom/releases/tag/1.5.5

I'd be happy to assist with some guidance.

@mliarakos
Copy link
Owner

Released 0.1.1-1.5.5.

@mliarakos
Copy link
Owner

mliarakos commented Dec 21, 2019

The basic process I go through for a new version of Lagom is:

  • Update baseLagomVersion in build.sbt
  • Review the commits for the new version of Lagom and check if any of the lagom.js specific source files need to be updated to reflect upstream Lagom changes
  • Update the versions of sbt, plugins, and dependencies, keeping dependencies shared with Lagom at the same version as Lagom (e.g., play-json, scalatest)
  • Run tests in sbt with: +test
  • Check that the demo works with the new version, generally by using a locally published snapshot

If you're reusing a previous git repository, it's a good idea to run +clean and cleanLagomLibrary first.

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

No branches or pull requests

2 participants