sbt / sbt-dynver   5.0.1

Apache License 2.0 GitHub

An sbt plugin to dynamically set your version from git

Scala versions: 3.x 2.13 2.12
sbt plugins: 1.0

dynver 5.0.0-M4


Group ID:
com.github.sbt
Artifact ID:
dynver_3
Version:
5.0.0-M4
Release Date:
Apr 23, 2023
Licenses:
Files:

libraryDependencies += "com.github.sbt" %% "dynver" % "5.0.0-M4"

Mill build tool

ivy"com.github.sbt::dynver:5.0.0-M4"

Scala CLI

//> using dep "com.github.sbt::dynver:5.0.0-M4"

Ammonite REPL

import $ivy.`com.github.sbt::dynver:5.0.0-M4`

<dependency>
  <groupId>com.github.sbt</groupId>
  <artifactId>dynver_3</artifactId>
  <version>5.0.0-M4</version>
</dependency>

compile group: 'com.github.sbt', name: 'dynver_3', version: '5.0.0-M4'