From 1d5884cca171a3c2573675c7c979f1c029ddca35 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 22 Sep 2016 22:38:42 -0700 Subject: [PATCH] need to update build version --- build.sbt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index 436ee24..07d80e2 100644 --- a/build.sbt +++ b/build.sbt @@ -10,9 +10,9 @@ packageDescription in Debian := "surkit.io" maintainer in Debian := "Corey Auger coreyauger@gmail.com" -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" @@ -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" ) @@ -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" ))