Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
melvic-ybanez committed Apr 24, 2022
1 parent 7979ade commit f3842c1
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,12 +1,12 @@
import Dependencies.dependencies

ThisBuild / version := "0.5.0-SNAPSHOT"
ThisBuild / version := "0.5.0"

ThisBuild / scalaVersion := "2.13.8"

lazy val root = (project in file("."))
.settings(
assembly / assemblyJarName := "chi-0.5.0-snapshot.jar",
assembly / assemblyJarName := "chi-0.5.0.jar",
name := "chi",
libraryDependencies ++= dependencies
)
Expand Down

0 comments on commit f3842c1

Please sign in to comment.