Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
melvic-ybanez committed Oct 25, 2023
1 parent 7022e92 commit 44e56e7
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,11 +1,11 @@
ThisBuild / version := "0.2.0-SNAPSHOT"
ThisBuild / version := "0.1.2"

ThisBuild / scalaVersion := "2.13.8"

lazy val root = (project in file("."))
.settings(
name := "dry",
assembly / assemblyJarName := "dry-0.2.0-SNAPSHOT.jar",
assembly / assemblyJarName := "dry-0.1.2.jar",
libraryDependencies ++= Seq(
"org.scalactic" %% "scalactic" % "3.2.17",
"org.scalatest" %% "scalatest" % "3.2.17" % "test",
Expand Down

0 comments on commit 44e56e7

Please sign in to comment.