Skip to content

Commit

Permalink
Merge pull request #33 from AVSystem/deps-update2
Browse files Browse the repository at this point in the history
Update project dependencies
  • Loading branch information
sebaciv authored Feb 12, 2024
2 parents 0543994 + a38a21d commit c620f8f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ inThisBuild(Seq(
val CompileAndTest = "compile->compile;test->test"

val parserCombinatorsVersion = "1.1.2"
val avsCommonsVersion = "2.13.0"
val jettyVersion = "9.4.51.v20230217" // Tests only
val avsCommonsVersion = "2.13.3"
val jettyVersion = "9.4.53.v20231009" // Tests only
val vaadinVersion = "6.8.18" // Tests only
val slf4jVersion = "1.7.36"
val logbackVersion = "1.4.7" // Tests only
val commonsLang3Version = "3.13.0"
val commonsCodecVersion = "1.16.0"
val guavaVersion = "32.1.3-jre"
val commonsLang3Version = "3.14.0"
val commonsCodecVersion = "1.16.1"
val guavaVersion = "33.0.0-jre"
val commonsNetVersion = "3.10.0"
val jodaTimeVersion = "2.12.5"
val jodaTimeVersion = "2.12.7"
val scalatestVersion = "3.2.17"

val noPublishSettings = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# suppress inspection "UnusedProperty"
sbt.version=1.9.7
sbt.version=1.9.8
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
logLevel := Level.Warn

addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.1")
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")

0 comments on commit c620f8f

Please sign in to comment.