Skip to content

Commit

Permalink
Release 1.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jul 17, 2023
1 parent 4d393ad commit 5f7afaf
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
Expand Up @@ -5,7 +5,7 @@ val scala213 = "2.13.11"

name := "sendgrid4s"
organization := "com.outr"
version := "1.0.17"
version := "1.0.18"

scalaVersion := scala213
crossScalaVersions := List(scala3, scala213)
Expand Down Expand Up @@ -35,5 +35,5 @@ outputStrategy := Some(StdoutOutput)
fork := true

libraryDependencies ++= Seq(
"com.outr" %% "spice-client" % "0.1.5"
"com.outr" %% "spice-client" % "0.1.6"
)

0 comments on commit 5f7afaf

Please sign in to comment.