Skip to content

Commit

Permalink
upgrade scala, sbt and logback
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Sep 12, 2024
1 parent ab89da6 commit 4cbc13c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ object Dependencies {
val agronaVersion = "1.15.1"
val nettyVersion = "3.10.6.Final"
val protobufJavaVersion = "3.16.3"
val logbackVersion = "1.2.11"
val logbackVersion = "1.2.13"

val jacksonCoreVersion = "2.14.3"
val jacksonDatabindVersion = jacksonCoreVersion

val scala212Version = "2.12.19"
val scala213Version = "2.13.13"
val scala212Version = "2.12.20"
val scala213Version = "2.13.14"
val scala3Version = "3.3.3"
val allScalaVersions = Seq(scala213Version, scala212Version, scala3Version)

Expand Down

0 comments on commit 4cbc13c

Please sign in to comment.