coursier / apps

40 stars 53 forks source link

Add scala version override for 3.5.0-RC1 #229

Closed bishabosha closed 4 months ago

bishabosha commented 5 months ago

This should wait until we confirm that 3.5.0-RC1 is uploaded to GitHub

part of https://github.com/scala/scala3/issues/20098

also depends on users upgrading coursier due to https://github.com/coursier/coursier/pull/2975

bishabosha commented 5 months ago

ok seems like we should also wait for the release to be marked as not-draft

bishabosha commented 4 months ago

@tgodzik this can now be merged - the release was marked not draft

tgodzik commented 4 months ago

Release is running https://github.com/coursier/apps/actions/runs/9177936714

bishabosha commented 4 months ago

great, its working!

~ » cs install scala:3.5.0-RC1                             jamie@Jamies-MBP
Wrote scala
----------------------------------------------------------------------------
~ » scala -version                                         jamie@Jamies-MBP
Scala code runner version: 1.3.1
Scala version (default): 3.5.0-RC1
tgodzik commented 4 months ago

Thanks @bishabosha for the great work!