We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e576f8 commit e56e342Copy full SHA for e56e342
build.sbt
@@ -1,6 +1,6 @@
1
val scalaV = ScalaVersions.scala2Version
2
val scala3Version = ScalaVersions.scala3Version
3
-ThisBuild / scalaVersion := scalaV
+ThisBuild / scalaVersion := scala3Version
4
ThisBuild / version := "1.0-SNAPSHOT"
5
ThisBuild / organization := "com.baeldung"
6
ThisBuild / organizationName := "core-scala"
0 commit comments