Skip to content

Commit

Permalink
Update/upgrade to latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandtritsch committed Sep 30, 2023
1 parent 74cc9aa commit 7336db1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name := "sbt-scoverage-samples"

organization := "org.scoverage"

version := "1.6.3"
version := "1.6.4"

scalaVersion := "3.2.2"
scalaVersion := "3.3.1"

crossScalaVersions := Seq("2.13.11") :+ scalaVersion.value
crossScalaVersions := Seq("2.13.12") :+ scalaVersion.value

javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

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.1
sbt.version=1.9.6
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
val pluginSbtScoverageVersion = sys.props.getOrElse(
"plugin.sbtscoverage.version", "2.0.8"
"plugin.sbtscoverage.version", "2.0.9"
)

val pluginSbtCoverallsVersion = sys.props.getOrElse(
"plugin.sbtcoveralls.version", "1.3.8"
"plugin.sbtcoveralls.version", "1.3.11"
)

addSbtPlugin("org.scoverage" % "sbt-scoverage" % pluginSbtScoverageVersion)
Expand Down

0 comments on commit 7336db1

Please sign in to comment.