-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version := "0.1.0" | |
|
||
lazy val root = (project in file(".")).enablePlugins(PlayScala, DebianPlugin) | ||
|
||
scalaVersion := "2.13.12" | ||
scalaVersion := "2.13.12" // rel 11 sep 2023 | ||
|
||
maintainer in Linux := "Jonathan Cole <[email protected]>" | ||
|
||
|
@@ -21,42 +21,40 @@ libraryDependencies += guice | |
//libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "2.0.0" % Test | ||
|
||
// https://mvnrepository.com/artifact/org.scalactic/scalactic | ||
libraryDependencies += "org.scalactic" %% "scalactic" % "3.0.9" | ||
libraryDependencies += "org.scalactic" %% "scalactic" % "3.2.17" // rel 7 sep 2023 | ||
|
||
// https://mvnrepository.com/artifact/org.scalatest/scalatest | ||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.2" % Test | ||
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % Test // rel 7 sep 2023 | ||
|
||
// https://mvnrepository.com/artifact/org.scalatestplus/junit-4-13 | ||
libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.17.0" % Test | ||
libraryDependencies += "org.scalatestplus" %% "junit-4-13" % "3.2.17.0" % Test // rel 7 sep 2023 | ||
|
||
// https://mvnrepository.com/artifact/org.scalaj/scalaj-http | ||
libraryDependencies += "org.scalaj" %% "scalaj-http" % "2.4.2" | ||
|
||
libraryDependencies += "org.scalaj" %% "scalaj-http" % "2.4.2" // rel 15 jun 2019 | ||
|
||
// https://mvnrepository.com/artifact/redis.clients/jedis | ||
libraryDependencies += "redis.clients" % "jedis" % "5.1.0" | ||
libraryDependencies += "redis.clients" % "jedis" % "5.1.0" // rel 21 nov 2023 | ||
|
||
// https://mvnrepository.com/artifact/com.zaxxer/HikariCP | ||
libraryDependencies += "com.zaxxer" % "HikariCP" % "5.1.0" | ||
|
||
libraryDependencies += "com.zaxxer" % "HikariCP" % "5.1.0" // rel 4 nov 2023 | ||
|
||
// https://mvnrepository.com/artifact/io.sentry/sentry | ||
libraryDependencies += "io.sentry" % "sentry" % "6.34.0" | ||
|
||
libraryDependencies += "io.sentry" % "sentry" % "6.34.0" // rel 20 nov 2023 | ||
|
||
// https://mvnrepository.com/artifact/net.sf.barcode4j/barcode4j | ||
libraryDependencies += "net.sf.barcode4j" % "barcode4j" % "2.1" | ||
|
||
// https://mvnrepository.com/artifact/mysql/mysql-connector-java | ||
libraryDependencies += "mysql" % "mysql-connector-java" % "8.0.30" | ||
libraryDependencies += "mysql" % "mysql-connector-java" % "8.0.30" // rel 25 jul 2022 | ||
|
||
// https://mvnrepository.com/artifact/org.apache.commons/commons-csv | ||
libraryDependencies += "org.apache.commons" % "commons-csv" % "1.10.0" | ||
libraryDependencies += "org.apache.commons" % "commons-csv" % "1.10.0" // rel 02 feb 2023 | ||
|
||
// https://mvnrepository.com/artifact/org.apache.pdfbox/fontbox | ||
libraryDependencies += "org.apache.pdfbox" % "fontbox" % "3.0.0" | ||
libraryDependencies += "org.apache.pdfbox" % "fontbox" % "3.0.0" // rel 18 aug 2023 | ||
|
||
// https://mvnrepository.com/artifact/org.apache.pdfbox/pdfbox | ||
libraryDependencies += "org.apache.pdfbox" % "pdfbox" % "3.0.0" | ||
libraryDependencies += "org.apache.pdfbox" % "pdfbox" % "3.0.0" // rel 18 aug 2023 | ||
|
||
|
||
/* | ||
|
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
#Activator-generated Properties | ||
#Tue Oct 04 16:50:56 CDT 2016 | ||
template.uuid=82948ff9-9860-41c3-b22c-da63623499e5 | ||
sbt.version=1.9.7 | ||
# rel 22 oct 2023 | ||
sbt.version=1.9.7 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters