We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31461ea commit 744e2feCopy full SHA for 744e2fe
build.sbt
@@ -3,7 +3,7 @@ import org.openqa.selenium.chrome.ChromeOptions
3
name := "udash-jquery"
4
5
inThisBuild(Seq(
6
- version := "3.0.0-SNAPSHOT",
+ version := "3.0.0",
7
organization := "io.udash",
8
))
9
example/project/Dependencies.scala
@@ -4,7 +4,7 @@ import sbt._
object Dependencies {
val udashCoreVersion = "0.6.1"
- val udashJQueryVersion = "3.0.0-SNAPSHOT"
+ val udashJQueryVersion = "3.0.0"
val deps = Def.setting(Seq[ModuleID](
10
"io.udash" %%% "udash-core-frontend" % udashCoreVersion,
0 commit comments