Skip to content

Commit

Permalink
Merge branch 'main' into update/scala3-library-3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sullis authored Jun 2, 2024
2 parents b197e15 + 60a1321 commit 30f3d4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "gfc-vavr"

organization := "org.gfccollective"

scalaVersion := "2.13.13"
scalaVersion := "2.13.14"

crossScalaVersions := Seq(scalaVersion.value, "2.12.19", "3.4.2")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.0
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.11")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.12")

addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.3.11")

Expand Down

0 comments on commit 30f3d4a

Please sign in to comment.