Skip to content

Commit ac1f6bc

Browse files
committed
bump version
1 parent 0a2f802 commit ac1f6bc

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

build.sbt

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
lazy val Version = "1.3.1"
1+
lazy val Version = "1.4.0"
22
lazy val Name = "introprog"
33
//lazy val scala213 = "2.13.6"
4-
lazy val scala3 = "3.0.2" // stick to latest 3.0 for backward and forward compatibility
5-
// when sbt 1.7 is released start using scalaOutputVersion
6-
// https://scala-lang.org/blog/2022/04/12/scala-3.1.2-released.html
4+
lazy val scala3 = "3.3.3"
5+
76
//lazy val supportedScalaVersions = List(scala213, scala3)
87

98
// to avoid strange warnings, these lines with excludeLintKeys are needed:
@@ -44,7 +43,7 @@ ThisBuild / scalacOptions ++= Seq(
4443
// "-Ywarn-unused"
4544
)
4645

47-
ThisBuild / Compile / compile / javacOptions ++= Seq("-target", "1.8")
46+
ThisBuild / Compile / compile / javacOptions ++= Seq("-target", "1.8") // for backward compat
4847

4948
Compile / doc / scalacOptions ++= Seq(
5049
"-groups",

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.5.5
1+
sbt.version=1.9.7

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
// https://github.com/scalacenter/sbt-version-policy
2-
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "1.2.1")
2+
addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")

0 commit comments

Comments
 (0)