Skip to content

Commit

Permalink
Release 1.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jul 11, 2023
1 parent b0fc9b2 commit 072f192
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.14"
version := "1.0.15"

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.2"
"com.outr" %% "spice-client" % "0.1.3"
)

0 comments on commit 072f192

Please sign in to comment.