We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fc201c commit cb08e9fCopy full SHA for cb08e9f
build.sbt
@@ -1,7 +1,7 @@
1
val commonSettings = Seq(
2
- version := "0.6",
3
- scalaVersion := "3.5.0",
4
- crossScalaVersions := Seq("3.5.0"),
+ version := "0.6.1",
+ scalaVersion := "3.5.2",
+ crossScalaVersions := Seq("3.5.2"),
5
organization := "ch.epfl.lara",
6
// resolvers += "bintray-epfl-lara" at "https://dl.bintray.com/epfl-lara/maven",
7
)
project/plugins.sbt
@@ -1 +1,2 @@
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.4")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.2.0")
0 commit comments