Skip to content

Commit

Permalink
snapshot version string
Browse files Browse the repository at this point in the history
  • Loading branch information
OutOfBedlam committed Jun 22, 2022
1 parent f444322 commit 8b6ceae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@

val scalaVersionString = "2.12.16"
val versionString = "0.1.2-SNAPSHOT"

lazy val root = (project in file("."))
.settings(
name := "smqd-lib-logging",
organization := "com.thing2x",
project / version := versionString,
scalaVersion := scalaVersionString,
scalacOptions ++= Seq("-feature", "-deprecation", "-unchecked")
)
Expand Down

0 comments on commit 8b6ceae

Please sign in to comment.