Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bravecorvus committed Jul 11, 2023
1 parent 1dfe11e commit b3e27ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
lazy val commonSettings = Seq(
organization := "io.voiceit",
version := "2.7.1",
version := "2.7.2",
scalaVersion := "2.12.6"
)

Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/VoiceIt2.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class VoiceIt2(val key : String, val token : String, var customUrl: String = "ht
val apikey = key
val apitoken = token
val baseUrl : String = customUrl
val version : String = "2.7.1"
val version : String = "2.7.2"
var notificationUrl : String = ""
val header = Seq("platformId" -> "43", "platformVersion" -> version)
val connTimeoutMs = 60000
Expand Down

0 comments on commit b3e27ee

Please sign in to comment.