Skip to content

Commit

Permalink
Merge pull request #193 from scala-steward/update/asterisk-java-3.29.0
Browse files Browse the repository at this point in the history
Update asterisk-java to 3.29.0
  • Loading branch information
mergify[bot] authored Apr 28, 2022
2 parents 09874d6 + 254b6c8 commit 8276079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ lazy val asterisk = project
.dependsOn(core)
.settings(
name := "simpleivr-asterisk",
libraryDependencies += "org.asteriskjava" % "asterisk-java" % "3.28.0",
libraryDependencies += "org.asteriskjava" % "asterisk-java" % "3.29.0",
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0"
)

Expand Down

0 comments on commit 8276079

Please sign in to comment.