Skip to content

Commit ba8289d

Browse files
committed
Release 3.4.18
1 parent 5d8af23 commit ba8289d

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Powerful configuration management for Scala (JSON, properties, command-line arguments, and environment variables)
99

1010
# Latest version
11-
3.4.17
11+
3.4.18
1212

1313
# Justification
1414

@@ -44,8 +44,8 @@ and overriding configuration in your application.
4444
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:
4545

4646
```
47-
libraryDependencies += "com.outr" %% "profig" % "3.4.17" // Scala
48-
libraryDependencies += "com.outr" %%% "profig" % "3.4.17" // Scala.js / Cross-Build
47+
libraryDependencies += "com.outr" %% "profig" % "3.4.18" // Scala
48+
libraryDependencies += "com.outr" %%% "profig" % "3.4.18" // Scala.js / Cross-Build
4949
```
5050

5151
## Getting Started

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val scala2 = List(scala213)
1010
val allScalaVersions = scala2 ::: scala3
1111

1212
ThisBuild / organization := "com.outr"
13-
ThisBuild / version := "3.4.17"
13+
ThisBuild / version := "3.4.18"
1414
ThisBuild / scalaVersion := scala213
1515
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
1616

@@ -32,7 +32,7 @@ ThisBuild / developers := List(
3232
Developer(id="darkfrog", name="Matt Hicks", email="matt@matthicks.com", url=url("https://matthicks.com"))
3333
)
3434

35-
val fabric: String = "1.15.5"
35+
val fabric: String = "1.15.6"
3636

3737
val collectionCompat: String = "2.12.0"
3838

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
1+
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
22

33
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
44

5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
66

7-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
7+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
88

99
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
1010

0 commit comments

Comments
 (0)