Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Sep 29, 2024
1 parent e0d6fb0 commit 9344a94
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
Expand Up @@ -3,8 +3,8 @@ import sbtcrossproject.CrossPlugin.autoImport.crossProject
name := "giant-scala"
ThisBuild / organization := "com.outr"
ThisBuild / version := "1.5.1"
ThisBuild / scalaVersion := "2.13.10"
ThisBuild / crossScalaVersions := List("2.13.10")
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / crossScalaVersions := List("2.13.15")
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("releases") ++ Resolver.sonatypeOssRepos("snapshots")

Expand Down

0 comments on commit 9344a94

Please sign in to comment.