Compare commits

..

2 Commits

Author SHA1 Message Date
bdf413d494 Release 0.14.0 2022-09-08 03:23:04 +03:00
7a1a73592e bump dependencies 2022-09-08 03:21:14 +03:00
3 changed files with 4 additions and 7 deletions

View File

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

View File

@ -1,5 +1,5 @@
val AkkaVersion = "2.6.19"
val AkkaHttpVersion = "10.2.9"
val AkkaVersion = "2.6.20"
val AkkaHttpVersion = "10.2.10"
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.0"
libraryDependencies += "org.flywaydb" % "flyway-core" % "9.2.2"
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.39.2.1"
libraryDependencies += "org.postgresql" % "postgresql" % "42.5.0"

View File

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