Skip to content

Commit

Permalink
bump Scala and sbt versions (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue authored Oct 19, 2024
1 parent bd887bd commit 12221a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
crossScalaVersions := Seq("2.13.13", "3.3.3")
crossScalaVersions := Seq("2.13.15", "3.5.2")
scalaVersion := crossScalaVersions.value.head
scalacOptions ++= Seq("-deprecation", "-feature")

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.2

0 comments on commit 12221a7

Please sign in to comment.