Skip to content

Commit

Permalink
update all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
coleji committed Nov 25, 2023
1 parent c31541a commit 4bac9b0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 17 deletions.
28 changes: 13 additions & 15 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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]>"

Expand All @@ -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


/*
Expand Down
Binary file removed lib/mchange-commons-java-0.2.11.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion project/build.properties
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
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// The Play plugin
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.9.0") // rel 25 oct 2023

// web plugins

Expand Down

0 comments on commit 4bac9b0

Please sign in to comment.