Skip to content

Commit

Permalink
Update scala/sbt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewts129 committed Nov 29, 2024
1 parent 6483755 commit e13eddb
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
Expand Up @@ -3,7 +3,7 @@ val http4sVersion = "0.23.12"
lazy val commonSettings = {
organization := "io.andrewsmith"
version := "1.2"
scalaVersion := "2.13.10"
scalaVersion := "2.13.15"
}

lazy val client = (project in file("client"))
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.8.0
sbt.version=1.10.5

0 comments on commit e13eddb

Please sign in to comment.