3

I'd like to install the latest version of Scala => version 2.12.0-M5 on my mac using homebrew. Is it possible?

When I run command this is what I get

 brew install scala
 Warning: scala-2.11.6 already installed

2 Answers 2

1

$ brew remove scala
$ brew install scala --devel

Sign up to request clarification or add additional context in comments.

2 Comments

No devel block is defined for scala
Works On My Computer (TM) ! ==> Downloading http://www.scala-lang.org/files/archive/scala-2.12.0-M5.tgz
0

https://gist.github.com/dimetron/4340744 This might solve your problem Thanks !

2 Comments

@richs : If your problem is resolved please paste the method and please accept the answer !
Just executing the steps in the link won't install scala 2.12. The .rb script has hardcoded older version of scala. The script will require some changes to make it work for scala 2.12 .

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.