Skip to content

Commit

Permalink
Release version 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Philippus committed Nov 5, 2024
1 parent af27643 commit 733ea77
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# sbt-dotenv

[![build](https://github.com/Philippus/sbt-dotenv/workflows/build/badge.svg)](https://github.com/Philippus/sbt-dotenv/actions/workflows/scala.yml?query=workflow%3Abuild+branch%3Amain)
![Current Version](https://img.shields.io/badge/version-3.0.1-brightgreen.svg?style=flat "3.0.1")
![Current Version](https://img.shields.io/badge/version-3.1.0-brightgreen.svg?style=flat "3.1.0")
[![Scala Steward badge](https://img.shields.io/badge/Scala_Steward-helping-blue.svg?style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAMAAAARSr4IAAAAVFBMVEUAAACHjojlOy5NWlrKzcYRKjGFjIbp293YycuLa3pYY2LSqql4f3pCUFTgSjNodYRmcXUsPD/NTTbjRS+2jomhgnzNc223cGvZS0HaSD0XLjbaSjElhIr+AAAAAXRSTlMAQObYZgAAAHlJREFUCNdNyosOwyAIhWHAQS1Vt7a77/3fcxxdmv0xwmckutAR1nkm4ggbyEcg/wWmlGLDAA3oL50xi6fk5ffZ3E2E3QfZDCcCN2YtbEWZt+Drc6u6rlqv7Uk0LdKqqr5rk2UCRXOk0vmQKGfc94nOJyQjouF9H/wCc9gECEYfONoAAAAASUVORK5CYII=)](https://scala-steward.org)
[![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat "MIT")](LICENSE)

Expand All @@ -15,9 +15,9 @@ sbt-dotenv is intended to be used in development.

## Installation

sbt-dotenv is published for sbt 1.3.9 and above. To start using it add the following to your plugins.sbt:
sbt-dotenv is published for sbt 1.5.8 and above. To start using it add the following to your plugins.sbt:
```
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.1")
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.1.0")
```
That's it - as soon as you start using sbt the environment is prepared.

Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "3.0.2-SNAPSHOT"
ThisBuild / version := "3.1.0"

0 comments on commit 733ea77

Please sign in to comment.