Skip to content

Commit

Permalink
Release 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
AI committed Sep 30, 2022
1 parent b0e475e commit 907dd2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

object Versions {
val artifactVersions = "1.0.9-SNAPSHOT"
val artifactVersions = "1.0.9"
val fansi = "0.4.0"
val guava = "31.1-jre"
val scalaLibrary = "2.13.9"
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ThisBuild / version := "1.2.7-SNAPSHOT"
ThisBuild / version := "1.2.7"

ThisBuild / versionScheme := Some("semver-spec")

0 comments on commit 907dd2a

Please sign in to comment.