Skip to content

Commit

Permalink
Merge pull request #3 from leviysoft/chore/bump-scala
Browse files Browse the repository at this point in the history
Bump Scala
  • Loading branch information
danslapman authored Oct 6, 2024
2 parents b04b8d5 + a7d1bff commit 94b57a5
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 94b57a5

Please sign in to comment.