Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
melvic-ybanez committed Nov 11, 2023
1 parent 5c24346 commit b4539ba
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.4.1"
ThisBuild / version := "0.5.0"

ThisBuild / scalaVersion := "2.13.8"

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

0 comments on commit b4539ba

Please sign in to comment.