Skip to content

Commit

Permalink
Merge pull request #269 from scala-steward/update/1.2.x/patches
Browse files Browse the repository at this point in the history
[1.2.x] Patch updates
  • Loading branch information
mkurz authored Apr 28, 2024
2 parents 93ed591 + 234348c commit 1f5d39c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import sbt._

object Dependencies {
val Scala212 = "2.12.18"
val Scala213 = "2.13.12"
val Scala3 = "3.3.1"
val Scala212 = "2.12.19"
val Scala213 = "2.13.13"
val Scala3 = "3.3.3"

val ScalaVersions = Seq(Scala212, Scala213, Scala3)
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.8
sbt.version=1.9.9

0 comments on commit 1f5d39c

Please sign in to comment.