Skip to content

Commit

Permalink
Merge pull request #784 from mkurz/scala_3.3.1-RC5
Browse files Browse the repository at this point in the history
Scala 3.3.1 / 2.13.12
  • Loading branch information
mkurz authored Sep 11, 2023
2 parents 5cfc6a1 + 6350c4d commit 74ad188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import sbt._
object Dependencies {

// Should be sync with GA (.github/workflows/build-test.yml)
val scala213 = "2.13.11"
val scala3 = "3.3.0"
val scala213 = "2.13.12"
val scala3 = "3.3.1"

val logback = Seq("ch.qos.logback" % "logback-core" % "1.4.11")

Expand Down

0 comments on commit 74ad188

Please sign in to comment.