We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20cc832 commit a439102Copy full SHA for a439102
build.sbt
@@ -1,7 +1,7 @@
1
organization := "io.github.pauljamescleary"
2
name := "scala-pet-store"
3
version := "0.0.1-SNAPSHOT"
4
-crossScalaVersions := Seq("2.12.14", "2.13.6")
+crossScalaVersions := Seq("2.12.15", "2.13.6")
5
6
resolvers += Resolver.sonatypeRepo("snapshots")
7
0 commit comments