mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-28 19:07:18 +00:00
Compare commits
2 Commits
efb85c7ec0
...
bdf413d494
Author | SHA1 | Date | |
---|---|---|---|
bdf413d494 | |||
7a1a73592e |
3
TODO.md
3
TODO.md
@ -1,3 +0,0 @@
|
||||
* [x] items improvements
|
||||
* [x] multiple parties support
|
||||
* [ ] pretty UI
|
@ -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"
|
||||
|
||||
|
@ -1 +1 @@
|
||||
version := "0.13.6"
|
||||
version := "0.14.0"
|
||||
|
Loading…
Reference in New Issue
Block a user