play-json-derived-codecs icon indicating copy to clipboard operation
play-json-derived-codecs copied to clipboard

Update play-json library to 3.0.2, and scala-js to 1.13.0

Open griffhun opened this issue 1 year ago • 2 comments

griffhun avatar Feb 02 '24 10:02 griffhun

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 avatar Mar 05 '24 10:03 pawelpanasewicz

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.

pawelpanasewicz avatar Mar 05 '24 11:03 pawelpanasewicz

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

julienrf avatar Apr 11 '24 07:04 julienrf