Skip to content

Commit

Permalink
versions
Browse files Browse the repository at this point in the history
  • Loading branch information
pruemmer committed Jan 19, 2024
1 parent 156fbfa commit f7d49e1
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
Expand Up @@ -6,7 +6,7 @@ lazy val commonSettings = Seq(
homepage := Some(url("https://github.com/uuverifiers/eldarica")),
licenses := Seq("BSD License 2.0" -> url("https://github.com/uuverifiers/eldarica/blob/master/LICENSE")),
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.11.12", "2.12.17"),
crossScalaVersions := Seq("2.11.12", "2.12.18"),
run / fork := true,
cancelable in Global := true,
publishTo := Some(Resolver.file("file", new File( "/home/wv/public_html/maven/" )) )
Expand Down Expand Up @@ -125,7 +125,7 @@ lazy val root = (project in file(".")).
"-encoding", "UTF-8"),
scalacOptions += (scalaVersion map { sv => sv match {
case "2.11.12" => "-optimise"
case "1.12.17" => "-opt:_"
case "2.12.18" => "-opt:_"
}}).value,
//
assembly / test := None,
Expand Down

0 comments on commit f7d49e1

Please sign in to comment.