Re: [akka-user] How do you determine/set the version of Akka used by the Scala REPL?

2016-04-06 Thread Viktor Klang
Check the classpath -- Cheers, √ On Apr 7, 2016 05:12, "Mark Bower" wrote: > Thank you, Victor! > > Where does the Scala REPL get it's Akka version, and how can that version > be changed? I tried "System.getProperty("config.path")", but that returned > "null" (?). > >

Re: [akka-user] How do you determine/set the version of Akka used by the Scala REPL?

2016-04-06 Thread Mark Bower
Thank you, Victor! Where does the Scala REPL get it's Akka version, and how can that version be changed? I tried "System.getProperty("config.path")", but that returned "null" (?). Mark On Wed, Apr 6, 2016 at 3:00 AM, Viktor Klang wrote: > ActorSystem.Version > > On

Re: [akka-user] How do you determine/set the version of Akka used by the Scala REPL?

2016-04-06 Thread Viktor Klang
ActorSystem.Version On Wed, Apr 6, 2016 at 6:04 AM, Mark Bower wrote: > I am running MacOSX10.8, Java1.8, Scala 2.11 and would like to run Akka > 2.4 in the Scala REPL, but I cannot find out how to specific where the > Scala REPL gets its Akka implementation. I can run

[akka-user] How do you determine/set the version of Akka used by the Scala REPL?

2016-04-05 Thread Mark Bower
I am running MacOSX10.8, Java1.8, Scala 2.11 and would like to run Akka 2.4 in the Scala REPL, but I cannot find out how to specific where the Scala REPL gets its Akka implementation. I can run simple Akka actors in the REPL, but more advanced topics (like remote applications) generate errors