Skip to content

Commit bdef160

Browse files
committed
bump version
1 parent 0a49a63 commit bdef160

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ lazy val myStartupTransition: State => State = { s: State =>
4040

4141
lazy val commonSettings = Seq(
4242
organization := "se.lth.cs",
43-
version := "2024.0.1",
44-
scalaVersion := "3.3.3",
43+
version := "2024.0.2",
44+
scalaVersion := "3.5.0",
4545
scalacOptions ++= Seq("-deprecation", "-feature")
4646
)
4747

0 commit comments

Comments
 (0)