Skip to content

Commit

Permalink
Merge branch 'main' into update/scala3-library-3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored May 21, 2024
2 parents 88100c5 + 8006539 commit 9e9d5ed
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._
import Keys._

object Dependencies {
val Scala213 = "2.13.13"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"
val Scala2Versions = Seq(Scala213)
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3
Expand Down
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.9
sbt.version=1.10.0

0 comments on commit 9e9d5ed

Please sign in to comment.