Skip to content

Commit cb08e9f

Browse files
samuelchassotvkuncak
authored andcommitted
bump scala
1 parent 2fc201c commit cb08e9f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val commonSettings = Seq(
2-
version := "0.6",
3-
scalaVersion := "3.5.0",
4-
crossScalaVersions := Seq("3.5.0"),
2+
version := "0.6.1",
3+
scalaVersion := "3.5.2",
4+
crossScalaVersions := Seq("3.5.2"),
55
organization := "ch.epfl.lara",
66
// resolvers += "bintray-epfl-lara" at "https://dl.bintray.com/epfl-lara/maven",
77
)

project/plugins.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
2+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")

0 commit comments

Comments
 (0)