Skip to content

Commit

Permalink
Merge branch 'main' into issue-751-search-code
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoulaj authored Sep 14, 2022
2 parents dcb12fa + dbad86d commit 7a8390a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ThisBuild / organization := "com.47deg"

val scala212 = "2.12.16"
val scala213 = "2.13.8"
val scala3Version = "3.1.3"
val scala3Version = "3.2.0"
val scala2Versions = Seq(scala212, scala213)
val allScalaVersions = scala2Versions :+ scala3Version
ThisBuild / scalaVersion := scala213
Expand Down

0 comments on commit 7a8390a

Please sign in to comment.