Skip to content

Commit

Permalink
bump to scala 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelchassot authored and vkuncak committed Oct 3, 2022
1 parent 56339df commit ede9101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

val commonSettings = Seq(
version := "0.6",
scalaVersion := "3.0.1",
crossScalaVersions := Seq("3.0.1"),
scalaVersion := "3.2.0",
crossScalaVersions := Seq("3.2.0"),
organization := "ch.epfl.lara",
resolvers += "bintray-epfl-lara" at "https://dl.bintray.com/epfl-lara/maven",
)
Expand Down

0 comments on commit ede9101

Please sign in to comment.