Skip to content

Commit

Permalink
Update saddle-core to 2.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and pityka committed May 27, 2021
1 parent 8ffaf7a commit 53406e0
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 @@ -121,7 +121,7 @@ lazy val saddle = (project in file("saddle"))
.settings(
name := "nspl-saddle",
libraryDependencies ++= Seq(
"io.github.pityka" %% "saddle-core" % "2.2.5",
"io.github.pityka" %% "saddle-core" % "2.2.8",
"org.scalatest" %% "scalatest" % "3.2.9" % "test"
)
)
Expand All @@ -133,7 +133,7 @@ lazy val saddleJS = (project in file("saddle"))
name := "nspl-saddle-js",
target := file("saddle/targetJS"),
libraryDependencies ++= Seq(
"io.github.pityka" %%% "saddle-core" % "2.2.5"
"io.github.pityka" %%% "saddle-core" % "2.2.8"
)
)
.dependsOn(coreJS)
Expand Down

0 comments on commit 53406e0

Please sign in to comment.