There was an error while loading. Please reload this page.
1 parent ba09f98 commit a5dfec2Copy full SHA for a5dfec2
1 file changed
build.sbt
@@ -21,7 +21,7 @@ lazy val treehub = (project in file("."))
21
.settings(UnitTest / testOptions := Seq(Tests.Filter(unitFilter)))
22
.settings(IntegrationTest / testOptions := Seq(Tests.Filter(itFilter)))
23
.settings(Seq(libraryDependencies ++= {
24
- val pekkoV = "1.1.5"
+ val pekkoV = "1.4.0"
25
val pekkoHttpV = "1.2.0"
26
val scalaTestV = "3.0.9"
27
val libatsV = "5.0.0"
0 commit comments