Skip to content

Commit

Permalink
fixed java version
Browse files Browse the repository at this point in the history
  • Loading branch information
hohonuuli committed Mar 25, 2024
1 parent 87bdeae commit 3f9345c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ val testcontainersVersion = "0.41.0"

Global / onChangedBuildSource := ReloadOnSourceChanges

ThisBuild / javacOptions ++= Seq("-target", "21", "-source", "21")
ThisBuild / licenses := Seq("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0"))
ThisBuild / scalaVersion := "3.3.3"
// ThisBuild / version := "0.0.1"
Expand Down

0 comments on commit 3f9345c

Please sign in to comment.