Skip to content

Commit

Permalink
Update build.sbt to latest Scala and Soundness dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Aug 23, 2024
1 parent b88b190 commit f53de7a
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,4 +1,4 @@
ThisBuild / version := "0.14.0-SNAPSHOT"
ThisBuild / version := "0.15.0-SNAPSHOT"

ThisBuild / scalaVersion := "3.5.0"

Expand Down Expand Up @@ -29,7 +29,7 @@ lazy val core = (project in file("src/core"))
.settings(
name := "core",
libraryDependencies ++= Seq(
"dev.soundness" % "contingency-core" % "0.13.0",
"dev.soundness" % "contingency-core" % "0.14.0",
),
Compile / baseDirectory := baseDirectory.value,
)
Expand Down

0 comments on commit f53de7a

Please sign in to comment.