Skip to content

Commit

Permalink
need to update build version
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyauger committed Sep 23, 2016
1 parent 1eeb0b8 commit 1d5884c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ packageDescription in Debian := "surkit.io"

maintainer in Debian := "Corey Auger [email protected]"

name := """scala-webrtc-example"""
name := """akka-webrtc"""

version := "1.0-SNAPSHOT"
version := "0.0.1-SNAPSHOT"

resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"

Expand Down Expand Up @@ -53,7 +53,7 @@ lazy val scalaJsDom = uri("../scala-js-dom")

lazy val commonSettings = Seq(
organization := "im.surfkit",
version := "1.0-SNAPSHOT",
version := "0.0.1-SNAPSHOT",
name := "surfkit",
scalaVersion := "2.11.7"
)
Expand All @@ -70,7 +70,6 @@ lazy val clientDeps = Def.setting(Seq(
"com.github.japgolly.scalajs-react" %%% "extra" % "0.9.0",
"com.github.japgolly.scalacss" %%% "core" % "0.3.0",
"com.github.japgolly.scalacss" %%% "ext-react" % "0.3.0",
// "org.scala-js" %%% "scalajs-dom" % "0.8.0", // NOTE: for now we use our custom build (Has WebRTC API)
"com.lihaoyi" %%% "scalatags" % "0.5.1",
"com.lihaoyi" %%% "upickle" % "0.3.4"
))
Expand Down

0 comments on commit 1d5884c

Please sign in to comment.