Skip to content

Commit

Permalink
Bump Scala
Browse files Browse the repository at this point in the history
  • Loading branch information
danslapman committed Oct 6, 2024
1 parent b04b8d5 commit a7d1bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import kotlin.Keys._

ThisBuild / scalaVersion := "3.3.3"
ThisBuild / scalaVersion := "3.3.4"

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

inThisBuild(
List(
Expand Down

0 comments on commit a7d1bff

Please sign in to comment.