Skip to content

Commit

Permalink
Merge pull request #237 from mkurz/latest_scala_sbt_versions
Browse files Browse the repository at this point in the history
Latest Scala/sbt versions
  • Loading branch information
mkurz authored Oct 10, 2022
2 parents 2420551 + 7182441 commit a48bfe2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import sbt._

object Dependencies {
val Scala212 = "2.12.16"
val Scala213 = "2.13.8"
val Scala212 = "2.12.17"
val Scala213 = "2.13.10"
val Scala3 = "3.2.0"

val ScalaVersions = Seq(Scala212, Scala213, Scala3)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#
# Copyright (C) Lightbend Inc. <https://www.lightbend.com>
#
sbt.version=1.7.1
sbt.version=1.7.2

0 comments on commit a48bfe2

Please sign in to comment.