mirror of
https://github.com/arcan1s/ffxivbis.git
synced 2025-04-24 17:27:17 +00:00
bump libraries
This commit is contained in:
parent
bdf413d494
commit
f3535f6e16
@ -2,7 +2,7 @@ organization := "me.arcanis"
|
|||||||
|
|
||||||
name := "ffxivbis"
|
name := "ffxivbis"
|
||||||
|
|
||||||
scalaVersion := "2.13.8"
|
scalaVersion := "2.13.12"
|
||||||
|
|
||||||
scalacOptions ++= Seq("-deprecation", "-feature")
|
scalacOptions ++= Seq("-deprecation", "-feature")
|
||||||
|
|
||||||
|
@ -1,26 +1,25 @@
|
|||||||
val AkkaVersion = "2.6.20"
|
val AkkaVersion = "2.8.0"
|
||||||
val AkkaHttpVersion = "10.2.10"
|
val AkkaHttpVersion = "10.5.0"
|
||||||
val ScalaTestVersion = "3.2.12"
|
val ScalaTestVersion = "3.2.15"
|
||||||
val SlickVersion = "3.3.3"
|
|
||||||
|
|
||||||
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.11"
|
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.4.7"
|
||||||
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
|
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
|
||||||
|
|
||||||
libraryDependencies += "com.typesafe.akka" %% "akka-http" % AkkaHttpVersion
|
libraryDependencies += "com.typesafe.akka" %% "akka-http" % AkkaHttpVersion
|
||||||
libraryDependencies += "com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion
|
libraryDependencies += "com.typesafe.akka" %% "akka-http-spray-json" % AkkaHttpVersion
|
||||||
libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % AkkaVersion
|
libraryDependencies += "com.typesafe.akka" %% "akka-actor-typed" % AkkaVersion
|
||||||
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % AkkaVersion
|
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % AkkaVersion
|
||||||
libraryDependencies += "com.github.swagger-akka-http" %% "swagger-akka-http" % "2.8.0"
|
libraryDependencies += "com.github.swagger-akka-http" %% "swagger-akka-http" % "2.10.0"
|
||||||
libraryDependencies += "jakarta.platform" % "jakarta.jakartaee-web-api" % "9.1.0"
|
libraryDependencies += "jakarta.platform" % "jakarta.jakartaee-web-api" % "10.0.0"
|
||||||
libraryDependencies += "ch.megard" %% "akka-http-cors" % "1.1.3"
|
libraryDependencies += "ch.megard" %% "akka-http-cors" % "1.2.0"
|
||||||
|
|
||||||
libraryDependencies += "io.spray" %% "spray-json" % "1.3.6"
|
libraryDependencies += "io.spray" %% "spray-json" % "1.3.6"
|
||||||
|
|
||||||
libraryDependencies += "org.playframework.anorm" %% "anorm" % "2.6.10"
|
libraryDependencies += "org.playframework.anorm" %% "anorm" % "2.6.10"
|
||||||
libraryDependencies += "com.zaxxer" % "HikariCP" % "5.0.1" exclude("org.slf4j", "slf4j-api")
|
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.16.0"
|
||||||
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.39.2.1"
|
libraryDependencies += "org.xerial" % "sqlite-jdbc" % "3.40.1.0"
|
||||||
libraryDependencies += "org.postgresql" % "postgresql" % "42.5.0"
|
libraryDependencies += "org.postgresql" % "postgresql" % "42.5.4"
|
||||||
|
|
||||||
libraryDependencies += "org.mindrot" % "jbcrypt" % "0.4"
|
libraryDependencies += "org.mindrot" % "jbcrypt" % "0.4"
|
||||||
libraryDependencies += "com.google.guava" % "guava" % "31.0.1-jre"
|
libraryDependencies += "com.google.guava" % "guava" % "31.0.1-jre"
|
||||||
|
Loading…
Reference in New Issue
Block a user