Skip to content

Commit

Permalink
Release 3.4.12
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jan 9, 2024
1 parent 2d2a675 commit 981411a
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
Expand Up @@ -8,7 +8,7 @@
Powerful configuration management for Scala (JSON, properties, command-line arguments, and environment variables)

# Latest version
3.4.11
3.4.12

# Justification

Expand Down Expand Up @@ -44,8 +44,8 @@ and overriding configuration in your application.
Profig is published to Sonatype OSS and synchronized to Maven Central supporting JVM and Scala.js on 2.11, 2.12, 2.13, and Scala 3.x:

```
libraryDependencies += "com.outr" %% "profig" % "3.4.11" // Scala
libraryDependencies += "com.outr" %%% "profig" % "3.4.11" // Scala.js / Cross-Build
libraryDependencies += "com.outr" %% "profig" % "3.4.12" // Scala
libraryDependencies += "com.outr" %%% "profig" % "3.4.12" // Scala.js / Cross-Build
```

## Getting Started
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val scala2 = List(scala213)
val allScalaVersions = scala2 ::: scala3

ThisBuild / organization := "com.outr"
ThisBuild / version := "3.4.11"
ThisBuild / version := "3.4.12"
ThisBuild / scalaVersion := scala213
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

Expand Down

0 comments on commit 981411a

Please sign in to comment.