Skip to content

Commit

Permalink
Merge pull request #5 from leviysoft/chore/scala-2.13.16
Browse files Browse the repository at this point in the history
Scala 2.13.16
  • Loading branch information
danslapman authored Jan 30, 2025
2 parents b760285 + 57bec1e commit 508c8af
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 @@ -2,7 +2,7 @@ import kotlin.Keys._

ThisBuild / scalaVersion := "3.3.4"

ThisBuild / crossScalaVersions := Seq("2.13.15", scalaVersion.value)
ThisBuild / crossScalaVersions := Seq("2.13.16", scalaVersion.value)

inThisBuild(
List(
Expand Down

0 comments on commit 508c8af

Please sign in to comment.