Skip to content

Commit

Permalink
updated Scala version
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <[email protected]>
  • Loading branch information
klaeufer committed Aug 27, 2023
1 parent 0c0c675 commit 138d7bb
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 @@ name := "shapes-oo-scala"

version := "0.4"

scalaVersion := "3.2.1"
scalaVersion := "3.3.0"

scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Yexplicit-nulls", "-Ysafe-init", "-language:strictEquality")

Expand Down

0 comments on commit 138d7bb

Please sign in to comment.