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 d1628df commit 5c72d51Copy full SHA for 5c72d51
build.sbt
@@ -3,7 +3,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{CrossType, crossProject}
3
lazy val akkaVersion = "2.6.0"
4
lazy val akkaHttpVersion = "10.1.11"
5
lazy val circeVersion = "0.12.3"
6
-lazy val ackCordVersion = "0.15.0-RC1"
+lazy val ackCordVersion = "0.15.0"
7
8
lazy val commonSettings = Seq(
9
scalaVersion := "2.13.1",
0 commit comments