Skip to content

Commit

Permalink
Merge branch 'main' into update/scala3-library-3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Sep 30, 2024
2 parents b0731e2 + 50b9659 commit 9ecb076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {

val Scala213 = "2.13.14"
val Scala213 = "2.13.15"
val Scala3 = "3.3.4"

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

0 comments on commit 9ecb076

Please sign in to comment.