diff --git a/README.md b/README.md index 3ea7d8a..e4d6a51 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Powerful configuration management for Scala (JSON, properties, command-line arguments, and environment variables) # Latest version -3.4.9 +3.4.10 # Justification @@ -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.9" // Scala -libraryDependencies += "com.outr" %%% "profig" % "3.4.9" // Scala.js / Cross-Build +libraryDependencies += "com.outr" %% "profig" % "3.4.10" // Scala +libraryDependencies += "com.outr" %%% "profig" % "3.4.10" // Scala.js / Cross-Build ``` ## Getting Started diff --git a/build.sbt b/build.sbt index 7161a91..28b9a61 100644 --- a/build.sbt +++ b/build.sbt @@ -8,7 +8,7 @@ val scala2 = List(scala213) val allScalaVersions = scala2 ::: scala3 ThisBuild / organization := "com.outr" -ThisBuild / version := "3.4.9" +ThisBuild / version := "3.4.10" ThisBuild / scalaVersion := scala213 ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")