jonifreeman/sqltyped

Issues building

javadba opened this issue · 3 comments

Hi,
I installed typesafe stack and in demo dir dir "sbt run"

following are results

warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: UNRESOLVED DEPENDENCIES ::
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[warn] :: fi.reaktor#sqltyped-json4s_2.10.0;0.1.0: not found
[warn] :: com.typesafe#slick_2.10.0;1.0.0-RC1: not found
[warn] :: net.databinder#unfiltered_2.10.0;0.6.4: not found
[warn] :: net.databinder#unfiltered-netty_2.10.0;0.6.4: not found
[warn] :: net.databinder#unfiltered-netty-server_2.10.0;0.6.4: not found
[warn] ::::::::::::::::::::::::::::::::::::::::::::::
[error] {file:/shared/sqltyped/demo/}sqltyped-demo/*:update: sbt.ResolveException: unresolved dependency: fi.reaktor#sqltyped-json4s_2.10.0;0.1.0: not found
[error] unresolved dependency: com.typesafe#slick_2.10.0;1.0.0-RC1: not found
[error] unresolved dependency: net.databinder#unfiltered_2.10.0;0.6.4: not found
[error] unresolved dependency: net.databinder#unfiltered-netty_2.10.0;0.6.4: not found
[error] unresolved dependency: net.databinder#unfiltered-netty-server_2.10.0;0.6.4: not found
[error] Total time: 45 s, completed Jan 7, 2013 7:04:01 PM

Hi,
It could be that Typesafe Stack is not yet upgraded to Scala 2.10? You could try to install Scala 2.10 from here:

http://www.scala-lang.org/downloads

and sbt from here:

http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html

I upgraded json4s dependency (to json4s-3.1.0) and released sqltyped-0.1.1. Does the demo compile in your system now?

Hi,
I'll take look over the coming weekend. Thx for looking into it!

stephenb

On Thu, Jan 10, 2013 at 8:53 PM, Joni Freeman notifications@github.comwrote:

I upgraded json4s dependency (to json4s-3.1.0) and released
sqltyped-0.1.1. Does the demo compile in your system now?


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-12131910.