Skip to content

Commit

Permalink
Relase 1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed May 16, 2023
1 parent 419e8c8 commit c588b65
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.10"

name := "sendgrid4s"
organization := "com.outr"
version := "1.0.4"
version := "1.0.5"

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-okhttp" % "0.0.29"
"com.outr" %% "spice-client-okhttp" % "0.0.30"
)

0 comments on commit c588b65

Please sign in to comment.