Skip to content

Commit

Permalink
Update version to snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
melvic-ybanez committed Oct 6, 2023
1 parent 18dc4ce commit 073abbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Dry

Dry is a dynamically-typed, high-level programming language currently being written in Scala.
Dry is a dynamically-typed, high-level programming language currently being written in Scala.

The image below shows an overview of Dry's syntax via examples. You can learn more about the
language [here](#contents).

<img width="875" alt="Screen Shot 2022-11-06 at 11 16 42 PM" src="https://user-images.githubusercontent.com/4519785/200179103-f6b7b544-75ae-47ea-b429-3d25f3427ae6.png">

Expand Down
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.1.0"
ThisBuild / version := "0.2.0-SNAPSHOT"

ThisBuild / scalaVersion := "2.13.8"

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

0 comments on commit 073abbe

Please sign in to comment.