Compare commits

..

1 Commits

Author SHA1 Message Date
efb85c7ec0 bump dependencies 2022-09-05 17:29:36 +03:00
3 changed files with 7 additions and 4 deletions

3
TODO.md Normal file
View File

@ -0,0 +1,3 @@
* [x] items improvements
* [x] multiple parties support
* [ ] pretty UI

View File

@ -1,5 +1,5 @@
val AkkaVersion = "2.6.20"
val AkkaHttpVersion = "10.2.10"
val AkkaVersion = "2.6.19"
val AkkaHttpVersion = "10.2.9"
val ScalaTestVersion = "3.2.12"
val SlickVersion = "3.3.3"
@ -18,7 +18,7 @@ libraryDependencies += "io.spray" %% "spray-json" % "1.3.6"
libraryDependencies += "org.playframework.anorm" %% "anorm" % "2.6.10"
libraryDependencies += "com.zaxxer" % "HikariCP" % "5.0.1" exclude("org.slf4j", "slf4j-api")
libraryDependencies += "org.flywaydb" % "flyway-core" % "9.2.2"
libraryDependencies += "org.flywaydb" % "flyway-core" % "9.2.0"
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.39.2.1"
libraryDependencies += "org.postgresql" % "postgresql" % "42.5.0"

View File

@ -1 +1 @@
version := "0.14.0"
version := "0.13.6"