Skip to content

Commit

Permalink
Merge pull request #30 from AVSystem/deps-update
Browse files Browse the repository at this point in the history
Dependencies update: Scala commons, Apache commons, Guava, ScalaTest
  • Loading branch information
sebaciv authored Oct 18, 2023
2 parents 6f85bb9 + 7da866f commit c7c9530
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,17 @@ inThisBuild(Seq(
val CompileAndTest = "compile->compile;test->test"

val parserCombinatorsVersion = "1.1.2"
val avsCommonsVersion = "2.12.0"
val avsCommonsVersion = "2.13.0"
val jettyVersion = "9.4.51.v20230217" // Tests only
val vaadinVersion = "6.8.18" // Tests only
val slf4jVersion = "1.7.36"
val logbackVersion = "1.4.4"
val commonsLang3Version = "3.12.0"
val commonsCodecVersion = "1.15"
val guavaVersion = "32.1.2-jre"
val commonsNetVersion = "3.9.0"
val jodaTimeVersion = "2.10.14"
val scalatestVersion = "3.2.16"
val logbackVersion = "1.4.7" // Tests only
val commonsLang3Version = "3.13.0"
val commonsCodecVersion = "1.16.0"
val guavaVersion = "32.1.3-jre"
val commonsNetVersion = "3.10.0"
val jodaTimeVersion = "2.12.5"
val scalatestVersion = "3.2.17"

val noPublishSettings = Seq(
publish / skip := true
Expand Down

0 comments on commit c7c9530

Please sign in to comment.