Skip to content

Commit

Permalink
Release 1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Dec 27, 2023
1 parent 864776d commit 89e2a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "mailgun4s"
organization := "com.outr"
version := "1.2.2"
version := "1.2.3"

scalaVersion := "2.13.12"
crossScalaVersions := List("2.13.12", "3.3.1")
Expand Down Expand Up @@ -28,5 +28,5 @@ ThisBuild / developers := List(
run / fork := true

libraryDependencies ++= Seq(
"com.outr" %% "spice-client-jvm" % "0.3.0"
"com.outr" %% "spice-client-jvm" % "0.4.0"
)

0 comments on commit 89e2a1b

Please sign in to comment.