Skip to content

Commit

Permalink
Fix JAR name, increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Jul 15, 2022
1 parent 4ba46ca commit ddb5fc1
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 @@ -15,7 +15,7 @@ def generateIndexTask(index: String, suffix: String) = Def.task {

lazy val commonSettings = Seq(
scalaVersion := "2.13.8",
version := "0.1.2-alpha",
version := "0.2.0-beta",
libraryDependencies += "org.scala-lang.modules" %%% "scala-parser-combinators" % "2.1.1",
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.0" % "test"
)
Expand All @@ -38,7 +38,7 @@ lazy val projs = crossProject(JSPlatform, JVMPlatform).crossType(CrossType.Full)
.jvmSettings(
// Add JVM-specific settings here
libraryDependencies += "org.scala-lang.modules" %% "scala-swing" % "2.1.1",
assemblyJarName := "FormulaFX"
assemblyJarName := "FormulaFX.jar"
)
.jsSettings(
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.2.0",
Expand Down

0 comments on commit ddb5fc1

Please sign in to comment.