Skip to content

Commit 214c829

Browse files
committed
updated scala-sbt module to scala 3
1 parent a95482d commit 214c829

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scala-sbt/intro-to-sbt/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Dependencies._
22

3-
ThisBuild / scalaVersion := "2.13.14"
3+
ThisBuild / scalaVersion := "3.4.1"
44
ThisBuild / version := "0.1.0-SNAPSHOT"
55

66
lazy val printHello = taskKey[Unit]("prints hello")
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.9.10

0 commit comments

Comments
 (0)