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 play-json library to 3.0.2, and scala-js to 1.13.0 #94

Closed
wants to merge 3 commits into from

Conversation

griffhun
Copy link

@griffhun griffhun commented Feb 2, 2024

No description provided.

@pawelpanasewicz
Copy link

The build fails because it runs on older java version then some of the dependencies were built with. Maybe you could try to upgrade also the version of java in ci.yml

Maybe when added extra step to configure , something like this:

      # Set up Java
      - name: Set up JDK 11
        uses: actions/setup-java@v2
        with:
          java-version: '11'
          distribution: 'adopt'

@pawelpanasewicz
Copy link

Also I have noted that it would be good to rename the readme to change Play 2.9 with Play 3.0:

The artifacts are built for Scala and Scala.js 2.12, and 2.13, Play 2.9 and Shapeless 2.3.

@julienrf
Copy link
Owner

Thank you for your help, this has been superseded by #95

@julienrf julienrf closed this Apr 11, 2024
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.

3 participants