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 <laufer@cs.luc.edu>
  • Loading branch information
klaeufer committed Aug 27, 2023
1 parent 48600d1 commit 5363e70
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 := "wavefront-scala"

version := "0.2"

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 5363e70

Please sign in to comment.