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 0a49a63 commit bdef160Copy full SHA for bdef160
build.sbt
@@ -40,8 +40,8 @@ lazy val myStartupTransition: State => State = { s: State =>
40
41
lazy val commonSettings = Seq(
42
organization := "se.lth.cs",
43
- version := "2024.0.1",
44
- scalaVersion := "3.3.3",
+ version := "2024.0.2",
+ scalaVersion := "3.5.0",
45
scalacOptions ++= Seq("-deprecation", "-feature")
46
)
47
0 commit comments